Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add CriticalAddonsOnly toleration into controller pod #2560

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified charts/latest/azuredisk-csi-driver-v0.0.0.tgz
Binary file not shown.
3 changes: 3 additions & 0 deletions charts/latest/azuredisk-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ controller:
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"
- key: "CriticalAddonsOnly"
operator: "Exists"
effect: "NoSchedule"
hostNetwork: true # this setting could be disabled if controller does not depend on MSI setting
labels: {}
annotations: {}
Expand Down
Binary file modified charts/v1.28.11/azuredisk-csi-driver-v1.28.11.tgz
Binary file not shown.
3 changes: 3 additions & 0 deletions charts/v1.28.11/azuredisk-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ controller:
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"
- key: "CriticalAddonsOnly"
operator: "Exists"
effect: "NoSchedule"
hostNetwork: true # this setting could be disabled if controller does not depend on MSI setting
labels: {}
annotations: {}
Expand Down
Binary file modified charts/v1.29.10/azuredisk-csi-driver-v1.29.10.tgz
Binary file not shown.
3 changes: 3 additions & 0 deletions charts/v1.29.10/azuredisk-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ controller:
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"
- key: "CriticalAddonsOnly"
operator: "Exists"
effect: "NoSchedule"
hostNetwork: true # this setting could be disabled if controller does not depend on MSI setting
labels: {}
annotations: {}
Expand Down
Binary file modified charts/v1.30.5/azuredisk-csi-driver-v1.30.5.tgz
Binary file not shown.
3 changes: 3 additions & 0 deletions charts/v1.30.5/azuredisk-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ controller:
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"
- key: "CriticalAddonsOnly"
operator: "Exists"
effect: "NoSchedule"
hostNetwork: true # this setting could be disabled if controller does not depend on MSI setting
labels: {}
annotations: {}
Expand Down
Binary file modified charts/v1.31.0/azuredisk-csi-driver-1.31.0.tgz
Binary file not shown.
3 changes: 3 additions & 0 deletions charts/v1.31.0/azuredisk-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ controller:
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"
- key: "CriticalAddonsOnly"
operator: "Exists"
effect: "NoSchedule"
hostNetwork: true # this setting could be disabled if controller does not depend on MSI setting
labels: {}
annotations: {}
Expand Down
Binary file not shown.
5 changes: 0 additions & 5 deletions charts/v2.0.0-beta.5/azuredisk-csi-driver/Chart.yaml

This file was deleted.

81 changes: 0 additions & 81 deletions charts/v2.0.0-beta.5/azuredisk-csi-driver/side-by-side-values.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions charts/v2.0.0-beta.5/azuredisk-csi-driver/templates/NOTES.txt

This file was deleted.

26 changes: 0 additions & 26 deletions charts/v2.0.0-beta.5/azuredisk-csi-driver/templates/_helpers.tpl

This file was deleted.

Loading
Loading