Skip to content
New issue

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

Update proposal to allow individual stopping of clustering and reconciliation #576

Merged
merged 3 commits into from
Oct 19, 2023

Conversation

d-kuro
Copy link
Contributor

@d-kuro d-kuro commented Sep 27, 2023

refs: #564

@d-kuro d-kuro marked this pull request as ready for review September 27, 2023 05:06
Comment on lines 114 to 117
- type: ReconciliationStopped
status: "True"
lastTransitionTime: 2018-01-01T00:00:00Z
Copy link
Contributor

@masa213f masa213f Sep 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When a MySQL cluster is normal, I want all ".status.conditions" to be "true".
Could you rename the type of the condition to reverse the boolean value?

Also, please rename the following names.

  • Header of kubectl get mysqlcluster
  • Annotation key
  • Metrics name

…iliation

Signed-off-by: d-kuro <kurosawa7620@gmail.com>
Signed-off-by: d-kuro <kurosawa7620@gmail.com>
masa213f
masa213f previously approved these changes Oct 13, 2023
Copy link
Contributor

@masa213f masa213f left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM


```console
$ kubectl get mysqlcluster
NAME AVAILABLE HEALTHY STOPPED PRIMARY SYNCED REPLICAS ERRANT REPLICAS LAST BACKUP
test Unknown Unknown True 0 2 <no value>
NAME AVAILABLE HEALTHY PRIMARY SYNCED REPLICAS ERRANT REPLICAS CLUSTERING STOPPED RECONCILE STOPPED LAST BACKUP
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this correct?
The following section uses "CLUSTERING ACTIVE" and "RECONCILE ACTIVE".

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 🙏
I fixed: 06e8204

Signed-off-by: d-kuro <kurosawa7620@gmail.com>
Copy link
Member

@zoetrope zoetrope left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zoetrope zoetrope merged commit 425ac66 into main Oct 19, 2023
4 checks passed
@zoetrope zoetrope deleted the d-kuro/update-docs branch October 19, 2023 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants