You are looking at the documentation of a prior release. To read the documentation of the latest release, please visit here.
New to Voyager? Please start here.
To uninstall Voyager operator, run the following command:
In Helm 3, release names are scoped to a namespace. So, provide the namespace you used to install the operator when installing.
$ helm uninstall voyager-operator --namespace kube-system
$ helm delete voyager-operator
If you prefer to not use Helm, you can generate YAMLs from Voyager operator chart and uninstall using kubectl
.
$ helm template voyager-operator appscode/voyager --namespace kube-system | kubectl delete -f -