This message was deleted.
# general
a
This message was deleted.
h
One of the biggest difference between RKE and RKE2 is that RKE requires docker and RKE2 does not.
w
Thanks …but in rke how can I add another master in kube config …let’s say 3 master to add in kube config and I don’t need to create load balancer
I heard that rke by default add only one master in kube config
h
w
Great thanks 🙏 let me go through this
ok so after I add that new master in cluster.yml file in rke …do I need to restart the rke service ?
how it will add the new master in kubeconfig which has already created at beginning ?
h
Its been a while since I did this, but if I remember correctly you have to do "rke up --config /path-to-your-cluster.yml"
👍 1
w
what about the k8s config update ?
w
is that mandatory to setup ssh before configure cluster ?
h
Yes for RKE. If you do not want to setup SSH then use RKE2. https://docs.rke2.io/install/requirements
👍 1
w
how can I add the new master in kubeconfig for k8s with certificate etc …which generated at beginning ? I can see inside rke config 3 master are there but in kube config only one node with certificate etc…
can someone please reply