-
Notifications
You must be signed in to change notification settings - Fork 2k
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
docs: add missing MinQuorum docs #24536
base: main
Are you sure you want to change the base?
Conversation
Also update Autopilot API examples.
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.
If we are going to change the curl commands to use the operator api
, should we do this across all, rather than have have mix?
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.
A few style guide nits to use present tense and active voice.
@@ -101,6 +100,10 @@ The table below shows this endpoint's support for | |||
- `MaxTrailingLogs` `(int: 250)` specifies the maximum number of log entries | |||
that a server can trail the leader by before being considered unhealthy. | |||
|
|||
- `MinQuorum` `(int: 0)` - Sets the minimum number of servers necessary in a | |||
cluster. Autopilot will stop pruning dead servers when this minimum is |
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.
cluster. Autopilot will stop pruning dead servers when this minimum is | |
cluster. Autopilot stops pruning dead servers when this minimum is |
The HTTP status code will indicate the health of the cluster. If `Healthy` is true, then a | ||
status of 200 will be returned. If `Healthy` is false, then a status of 429 will be returned. |
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.
The HTTP status code will indicate the health of the cluster. If `Healthy` is true, then a | |
status of 200 will be returned. If `Healthy` is false, then a status of 429 will be returned. | |
The HTTP status code indicates the health of the cluster. If `Healthy` is true, Nomad | |
returns status of 200. If `Healthy` is false, then Nomad returns a status of 429. |
@@ -37,6 +38,10 @@ autopilot { | |||
- `max_trailing_logs` `(int: 250)` specifies the maximum number of log entries | |||
that a server can trail the leader by before being considered unhealthy. | |||
|
|||
- `min_quorum` `(int: 0)` - Sets the minimum number of servers necessary in a | |||
cluster. Autopilot will stop pruning dead servers when this minimum is |
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.
cluster. Autopilot will stop pruning dead servers when this minimum is | |
cluster. Autopilot stops pruning dead servers when this minimum is |
Also update Autopilot API examples.
Reviewer Checklist
backporting document.
in the majority of situations. The main exceptions are long-lived feature branches or merges where
history should be preserved.