Control plane node without taints from machineconfig #6200
-
Hello, I am trying to create a single node cluster (just a control-plane, without workers). I would like to be able to run pods there. I have seen that in order to achieve it, I need to:
I see in the documentation that I would like to know if there is any options to set in the machineconfig to create the node without the Taints Thanks!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
you'd only need to set Scheduler should not be disabled. |
Beta Was this translation helpful? Give feedback.
you'd only need to set
.cluster.allowSchedulingOnControlPlanes
to true. This would bring up the machine with the control plane nodes without taints.Scheduler should not be disabled.