You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use Moco with dozens of MySQL clusters on the same Kubernetes cluster. When updating Moco, all the mysqlclusters are restarted (probably to upgrade the moco agent?).
Is there a way to disable these reconciliations and perform them one by one?
Thanks
The text was updated successfully, but these errors were encountered:
@ymmt2005
The current design will stop the reconciliation and the cluster manager for a MySQLCluster when using this feature.
As far as this question is concerned, it seems sufficient to stop only reconciliation.
@d-kuro
Can I request a design change?
It is better to enable stopping the reconciliation and the cluster manager individually.
I have added a feature in the following pull request to suppress the reconciliation and clustering of the MySQLCluster.
While this feature requires manual operation, it allows updating each MySQLCluster one by one during the moco upgrade.
Hi,
We use Moco with dozens of MySQL clusters on the same Kubernetes cluster. When updating Moco, all the mysqlclusters are restarted (probably to upgrade the moco agent?).
Is there a way to disable these reconciliations and perform them one by one?
Thanks
The text was updated successfully, but these errors were encountered: