cozystack icon indicating copy to clipboard operation
cozystack copied to clipboard

Fix tolerations in charts

Open gecube opened this issue 1 year ago • 0 comments

https://github.com/aenix-io/cozystack/blob/b838ee5729008fdd2192e572549637353ea612f2/packages/apps/kubernetes/templates/csi/deploy.yaml#L24

add

        - key: node-role.kubernetes.io/control-plane
          operator: Exists
          effect: "NoSchedule"

to the list of tolerations.

Also check all other charts for the same issue.

gecube avatar Apr 19 '24 11:04 gecube