Open cornfeedhobo opened 1 day ago
What happened:
setting controller.runOnControlPlane: true makes the controller unschedulable
controller.runOnControlPlane: true
What you expected to happen:
for the controller to get scheduled
i guess the solution is to override tolerations, but then why even have runOnControlPlane in the first place?
runOnControlPlane
I think the solution here is to either expose nodeSelector in values, or template tolerations.
nodeSelector
What happened:
setting
controller.runOnControlPlane: true
makes the controller unschedulableWhat you expected to happen:
for the controller to get scheduled