You are looking at the documentation of a prior release. To read the documentation of the latest release, please visit here.
Please follow the steps below to uninstall Voyager:
$ curl -fsSL https://raw.githubusercontent.com/appscode/voyager/5.0.0/hack/deploy/uninstall.sh | bash
+ kubectl delete deployment -l app=voyager -n kube-system
deployment "voyager-operator" deleted
+ kubectl delete service -l app=voyager -n kube-system
service "voyager-operator" deleted
+ kubectl delete serviceaccount -l app=voyager -n kube-system
No resources found
+ kubectl delete clusterrolebindings -l app=voyager -n kube-system
No resources found
+ kubectl delete clusterrole -l app=voyager -n kube-system
No resources found
$ kubectl get pods --all-namespaces -l app=voyager
$ kubectl get ingress.voyager.appscode.com --all-namespaces -o yaml > ingress.yaml
$ kubectl get certificate.voyager.appscode.com --all-namespaces -o yaml > certificate.yaml
$ kubectl delete ingress.voyager.appscode.com --all --cascade=false
$ kubectl delete certificate.voyager.appscode.com --all --cascade=false
kubectl delete crd -l app=voyager