-
Notifications
You must be signed in to change notification settings - Fork 22
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
Conversation
docs/designdoc/clustering_stop.md
Outdated
- type: ReconciliationStopped | ||
status: "True" | ||
lastTransitionTime: 2018-01-01T00:00:00Z |
There was a problem hiding this comment.
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 keyMetrics name
…iliation Signed-off-by: d-kuro <kurosawa7620@gmail.com>
Signed-off-by: d-kuro <kurosawa7620@gmail.com>
d65690e
to
5fb913a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
docs/designdoc/clustering_stop.md
Outdated
|
||
```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 |
There was a problem hiding this comment.
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".
There was a problem hiding this comment.
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>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
refs: #564