-
Environmental Info: Node(s) CPU architecture, OS, and Version: Cluster Configuration: kubectl get nodesNAME STATUS ROLES AGE VERSION Describe the bug: I have set up three rke2 servers, I don't want these servers to execute pods (disable the worker role). NAMESPACE NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You would want to use taints to do that: Ensure that you use a taint that the core components tolerate, otherwise the cluster will not come up completely without agent nodes. |
Beta Was this translation helpful? Give feedback.
You would want to use taints to do that:
https://docs.rke2.io/advanced#node-labels-and-taints
Ensure that you use a taint that the core components tolerate, otherwise the cluster will not come up completely without agent nodes.