kubernetes-csi / csi-driver-nfs

This driver allows Kubernetes to access NFS server on Linux node.
Apache License 2.0
859 stars 250 forks source link

runOnControlPlane conflicts with hard coded tolerations #787

Open cornfeedhobo opened 1 day ago

cornfeedhobo commented 1 day ago

What happened:

setting controller.runOnControlPlane: true makes the controller unschedulable

What you expected to happen:

for the controller to get scheduled

cornfeedhobo commented 1 day ago

i guess the solution is to override tolerations, but then why even have runOnControlPlane in the first place?

I think the solution here is to either expose nodeSelector in values, or template tolerations.