Consequence of adding another master to a 3-node master. #1931
Replies: 1 comment 1 reply
-
This is a Kubernetes/etcd question, or even Raft (the consensus algorithm) question. Explained nicely here for example: https://thenewstack.io/how-many-nodes-for-your-kubernetes-control-plane/
Normally your load runs on worker nodes. If you use your masters as workers too, add 1 worker only node? Or at least make sure etcd is not provisioned on there. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I've a 3-master node OKD setup using an external HAProxy LB.
I'm installing min.io and the minimum requirement is 4 nodes. I'm thinking of adding a new master to the cluster to meet the minimum requirement.
Whilst I understand a HA cluster requires 3 nodes to achieve quorum, what's the consequence OKD will have on having a 4 node cluster?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions