work with 3 master #11508
Unanswered
gpahlevanzadeh
asked this question in
Q&A
work with 3 master
#11508
Replies: 1 comment
-
The agent will get a list of all the servers once it connects to one the first time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have 3 masters and they're HA.
Now I create a worker such as:
curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION=v1.31.4+k3s1 K3S_NODE_NAME=worker1 K3S_URL=https://192.168.1.106:6443 K3S_TOKEN=mohsenjoojoo sh -
My cluster master is
192.168.1.106
and my token ismohsenjoojoo
.Now if 192.168.1.106 will be down, How this worker switch to another master?
My worker config is:
Can I add another server to my worker? If yes, How to?
Beta Was this translation helpful? Give feedback.
All reactions