This message was deleted.
# rke2
a
This message was deleted.
c
the node role is usually control-plane, not controlplane.
Why are you doing “controlplane” instead? That is not the role that server nodes have.
1
r
I am asking to do it because the tolerations that appear for helm-operations pod in cattle-system are as below
Copy code
Tolerations:     <http://cattle.io/os=linux:NoSchedule|cattle.io/os=linux:NoSchedule>
                 <http://node-role.kubernetes.io/controlplane=true:NoSchedule|node-role.kubernetes.io/controlplane=true:NoSchedule>
                 <http://node-role.kubernetes.io/etcd=true:NoExecute|node-role.kubernetes.io/etcd=true:NoExecute>
                 <http://node.cloudprovider.kubernetes.io/uninitialized=true:NoSchedule|node.cloudprovider.kubernetes.io/uninitialized=true:NoSchedule>
                 <http://node.kubernetes.io/not-ready:NoExecute|node.kubernetes.io/not-ready:NoExecute> op=Exists for 300s
                 <http://node.kubernetes.io/unreachable:NoExecute|node.kubernetes.io/unreachable:NoExecute> op=Exists for 300s
and it is controlplane and not control-plane. Can you help me what I need to do to resolve this . As i mentioned earlier there is also a github issue for the same -- https://github.com/rancher/rancher/issues/46228 . I am deploying rke2 cluster