A newer version is available. For the latest information, see the
current release documentation.
Uninstall ECK
editUninstall ECK
editTo uninstall the operator:
-
Remove all Elastic resources in all namespaces:
kubectl get namespaces --no-headers -o custom-columns=:metadata.name \ | xargs -n1 kubectl delete elastic --all -n
This deletes all underlying Elastic Stack resources, included their Pods, Secrets, Services, and so on.
-
Uninstall the operator:
kubectl delete -f https://download.elastic.co/downloads/eck/1.8.0/operator.yaml kubectl delete -f https://download.elastic.co/downloads/eck/1.8.0/crds.yaml