Percona XtraDB MySQL Kubernetes Operator uninstallation

Hey @katajistok ,

  • to remove the CR just execute smth like kubectl delete -f deploy/cr.yaml
  • to remove the Operator execute kubectl delete -f deploy/bundle.yaml

Probably it is a good idea to add this into docs.

2 Likes