emqx / emqx-operator

A Kubernetes Operator for EMQX
https://www.emqx.com
Apache License 2.0
203 stars 64 forks source link

Ability to disable PDB when needed #1056

Open mdaguete opened 2 weeks ago

mdaguete commented 2 weeks ago

Is your feature request related to a problem? Please describe.

We need to shutdown the non production kubernetes clusters and the emqx operator pdb breaks the shutdown.

Describe the solution you'd like

A flag to enable the pdb when needed.

Rory-Z commented 2 weeks ago

EMQX operator just create PDB, it will not update it, so maybe you can set .spec.minAvailable = 0 and then shutdown your K8s ?

github-actions[bot] commented 6 days ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.