This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
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, including their Pods, Secrets, Services, and so on.
-
Uninstall the operator:
kubectl delete -f https://download.elastic.co/downloads/eck/2.14.0/operator.yaml kubectl delete -f https://download.elastic.co/downloads/eck/2.14.0/crds.yaml