cilium / cilium-etcd-operator

Operator to manage Cilium's etcd cluster
Apache License 2.0
26 stars 15 forks source link

add io.cilium/app=etcd-operator label to all descriptors #6

Closed aanm closed 6 years ago

aanm commented 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