This message was deleted.
# rke2
a
This message was deleted.
b
They dont need to be cordoned. Just add the taint to keep system critical application on the madter nodes Though, it would probably be easier to just make a clean install of everything
This is the node taint
node-taint:
-
"CriticalAddonsOnly=true:NoExecute"
n
Thanks @bland-appointment-12982 for the recommendation. Can you please let me know if cordoning of the master nodes is breaking the rke2-server service on first master node?
@bland-appointment-12982 I have added the node-taint on the master node but this is blocking the ingress controller pods from scheduling on the master nodes. Any suggestions please.
b
If you want them to be scheduled out on the master nodes. You should add the toleration to them
n
but they are created by the RKE2 installer. I am not sure where to add them. can you please guide me?
I mean the ingress controller pods @bland-appointment-12982. corrected the same in the above messages, please check
@bland-appointment-12982 can you please share me a node taint that I can add in the server configuration that will not allow any other pods except the kube-system pods and ingress controller pods?
108 Views