Skip to content

Commit

Permalink
test: workaround capz taint issue
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
andyzhangx committed Nov 16, 2022
1 parent 8feaaf4 commit d8abd3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified charts/latest/azuredisk-csi-driver-v0.0.0.tgz
Binary file not shown.
4 changes: 4 additions & 0 deletions charts/latest/azuredisk-csi-driver/values.yaml
Expand Up @@ -62,6 +62,10 @@ controller:
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"
- key: "node.cloudprovider.kubernetes.io/uninitialized"
operator: "Equal"
value: "true"
effect: "NoSchedule"
hostNetwork: true # this setting could be disabled if controller does not depend on MSI setting
labels: {}
annotations: {}
Expand Down

0 comments on commit d8abd3b

Please sign in to comment.