Upgrade or Uninstall
Upgrade to the Latest Version
To upgrade the Kubero operator to the latest version, simply rerun the installation command for the operator. This will automatically update all components to their latest versions.
- kubectl
- Kubero CLI
kubectl apply -f https://raw.githubusercontent.com/kubero-dev/kubero-operator/main/deploy/operator.yaml
kubero install -c kubero-operator
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
kubectl delete -f https://raw.githubusercontent.com/kubero-dev/kubero-operator/main/deploy/operator.yaml