We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
cluster-manager is not started.
Environments
To Reproduce
$kubectl edit mysqlcluster <MySQLCluster> ... spec: mysqlConfigMapName: not-found podTemplate: ...
$ kubectl rollout restart -n moco-system deployment moco-controller
After the above steps, a cluster-manager (goroutine) for the MySQLCluster will not start.
Expected behavior
After restarting moco-controller, the moco-controller should start cluster-managers for the existing MySQLClusters.
The text was updated successfully, but these errors were encountered:
@masa213f Is this a regression?
Sorry, something went wrong.
@ymmt2005 Probably, this defect has existed for a long time.
@masa213f Ah, I overlooked this.
Edit the MySQLCluster so that a reconciliation error occurs
Yes, it's currently the way it does. Maybe we should add more validation.
No branches or pull requests
Describe the bug
cluster-manager is not started.
Environments
To Reproduce
After the above steps, a cluster-manager (goroutine) for the MySQLCluster will not start.
Expected behavior
After restarting moco-controller, the moco-controller should start cluster-managers for the existing MySQLClusters.
The text was updated successfully, but these errors were encountered: