mysql-operator
mysql-operator copied to clipboard
Any specific steps to be followed to safely shut down mysqlcluster deployed by operator, before shutdown the whole k8s cluster
Any specific steps to be followed to safely shut down mysqlcluster deployed by operator, before shutdown the whole k8s cluster
when try to shutdown whole k8s cluster, do i need to graceful shutdown mysqlcluster?
- Do not find any config in "mysqlcluster.spec" to indicate to stop/shutdown cluster
- Try manual scale statefulset to 0, but contorller will reconcile to 1
So any suggestion to shutdown mysql cluster? thanks alot