Uninstall Elastic Cloud on Kubernetes
To 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
- Uninstall the operator:
kubectl delete -f https://download.elastic.co/downloads/eck/2.16.1/operator.yaml kubectl delete -f https://download.elastic.co/downloads/eck/2.16.1/crds.yaml