failed to add another master to my raspberry pi cluaster #10072
Unanswered
MosheAzraf
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Your original cluster is utilizing the If you want to have an HA cluster with multiple K3s servers, you will need to migrate to the embedded etcd backend, then add more server nodes. See https://docs.k3s.io/datastore/ha-embedded#existing-single-node-clusters. Note: You must have an odd number of server nodes, you cannot have 2. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi,
im trying to add another master to my cluster that runs on raspberry pi os lite, but i get error:
"Job for k3s.service failed because the control process exited with error code.
See "systemctl status k3s.service" and "journalctl -xeu k3s.service" for details."
the script im trying to follow is:
curl -sfL https://get.k3s.io | K3S_URL=https://192.168.33.14:6443 K3S_TOKEN=K10caeafdff11dad7691d1806694fd82b13c73667ea8fe25e95e2a26a95af0de7c0::server:d3ed21c2fcd1ea570e9209a68039827c INSTALL_K3S_EXEC="server" sh -
and when i check the service status:
i also get the same error when i try to restart the service:
and when i run:
i get:
any idea what am i doing wrong here ?
this is my current cluster info:
i have a master + worker, and im trying to add another master..
Beta Was this translation helpful? Give feedback.
All reactions