This message was deleted.
# rke2
a
This message was deleted.
c
I would probably try to figure out why it’s not running on the control-plane nodes, if it’s a daemonset it should be on all of them. did you taint some of the nodes?
f
Yes there is no schedule taint on control planes but it was done after everything was up and running. Now it goes to a single control plane but not the others while this taint is present on all control planes
Resolved it allowed the pods to be scheduled on tainted nodes via tolerations.
Thanks