Closed aanm closed 6 years ago
As cilium-etcd-operator does not delete the pods created by etcd-operator we can make users' lifes easier by adding io.cilium/app=etcd-operator label to all descriptors created by this project.
To delete everything users will only need to execute:
kubectl delete deployment,pods,etcdclusters.etcd.database.coreos.com -n kube-system -l io.cilium/app=etcd-operator
Signed-off-by: André Martins andre@cilium.io
As cilium-etcd-operator does not delete the pods created by etcd-operator we can make users' lifes easier by adding io.cilium/app=etcd-operator label to all descriptors created by this project.
To delete everything users will only need to execute:
Signed-off-by: André Martins andre@cilium.io