OCPBUGS-114888: Updated exactly three control plane nodes must be to m… - #119021
OCPBUGS-114888: Updated exactly three control plane nodes must be to m…#119021dfitzmau wants to merge 1 commit into
Conversation
…ention 3,4,5 CP nodes
|
@dfitzmau: This pull request references Jira Issue OCPBUGS-114888, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@dfitzmau: This pull request references Jira Issue OCPBUGS-114888, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@dfitzmau: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
LGTM |
|
/lgtm |
| ==== | ||
| ifndef::openshift-dedicated,openshift-rosa[] | ||
| Exactly three control plane nodes must be used for all production deployments. However, on bare metal platforms, clusters can be scaled up to five control plane nodes. | ||
| Exactly three control plane nodes must be used for all production deployments. On a bare-metal platform, you can scale a cluster to three, four, or five control plane nodes. |
There was a problem hiding this comment.
The etcd cluster size must be odd. Even cluster sizes like 4 have a worse fault tolerance than 3 since more nodes can fail to get us to quorum loss.
https://etcd.io/docs/v3.7/faq/#why-an-odd-number-of-cluster-members
So we should only recommend odd sizes: 3 and 5.
Version(s):
4.17+
Issue:
OCPBUGS-114888
Link to docs preview:
#81631