Is a single master cluster able to be gracefully promoted to mukti-master? #3488
-
The documentation describes setting up a cluster for multi-master and it sounds all well and good, but for a cluster that started life as a single master, is there a way to enable etcd and turn current worker nodes into masters? If so, can it be done gracefully without breaking the cluster? Downtime is fine. I have tried just running the
Clearly because the server is already running. Can this be stopped, the command run and then taken over as a master again? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You cannot convert between datastore types (sqlite, external sql, managed etcd). You can however run a single-node etcd cluster: just start the first node with --cluster-init, and then do not add any additional servers. |
Beta Was this translation helpful? Give feedback.
-
Looks like this is coming: #3982 |
Beta Was this translation helpful? Give feedback.
Looks like this is coming: #3982