Skip to main content

Upgrade or Uninstall

Upgrade to the latest version

To upgrade the Kubero operator just rerun the install operator command. It will upgrade all components to the latest version.

  kubectl apply -f https://raw.githubusercontent.com/kubero-dev/kubero-operator/main/deploy/operator.yaml

Upgrade Kubero UI

To upgrade the Kubero UI replace the image tag in the Kubero UI CRD.

kubectl patch kuberoes.application.kubero.dev kubero -p '{"spec":{"image":{"tag":"v1.11"}}}' --type=merge -n kubero

Uninstall Kubero

danger

Deleting the Kubero Operator will delete all Kubero CRDs and all Kubero resources. This will also delete all Kubero apps and pipelines.

  kubectl delete -f https://raw.githubusercontent.com/kubero-dev/kubero-operator/main/deploy/operator.yaml