Disable any OMS Kubernetes related automated task

  • Hi,


    I want to install and run k3s in an OMV server on my own, without OMV doing anything, but I noticed the moment I installed k3s there is some stuff OMV must be doing as it install certain things that don't come with k3s by default such as cert-manager or Kubernetes Dashboard.


    How can I disable all this stuff, so I manage k3s on my own?


    Cheers

  • votdev

    Added the Label resolved
  • votdev

    Added the Label OMV 8.x
  • I did install k3s on my own, and still got OMV to then install cert-manager and kubernetes-dashboard without me doing it:

    # curl -sfL https://get.k3s.io | sh -s - server --secrets-encryption --secrets-encryption-provider secretbox --disable=traefik --node-name k3s-cluster


    And after a bit:

    # k get pods -A


    NAMESPACE NAME READY STATUS RESTARTS AGE

    cert-manager cert-manager-75bb65b7b9-89cxl 1/1 Running 0 30m

    cert-manager cert-manager-cainjector-5cd89979d6-rs4b2 1/1 Running 0 30m

    cert-manager cert-manager-webhook-8fc5dcf5f-4qvtc 1/1 Running 0 30m

    kube-system coredns-7f496c8d7d-fm8hb 1/1 Running 0 33m

    kube-system helm-install-cert-manager-w6rfq 0/1 Completed 0 33m

    kube-system helm-install-kubernetes-dashboard-qhtp6 0/1 CrashLoopBackOff 14 (3m40s ago) 33m

    kube-system local-path-provisioner-578895bd58-z8slm 1/1 Running 0 33m

    kube-system metrics-server-7b9c9c4b9c-mkm9g 1/1 Running 0 33m

  • I uninstalled k3s using their script, installed it again, and now it seems to just the factory k3s without any OMV extras, not sure what I did wrong before while uninstalling it through OMV's web panel.


    Sorted now, can close the thread.


    Thanks

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!