Skip to content

Commit

Permalink
feat: add CriticalAddonsOnly toleration into controller pod
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
andyzhangx committed Oct 19, 2024
1 parent 338b354 commit 0d3e6cf
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 0 deletions.
Binary file modified charts/latest/azurefile-csi-driver-v0.0.0.tgz
Binary file not shown.
3 changes: 3 additions & 0 deletions charts/latest/azurefile-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ controller:
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"
- key: "CriticalAddonsOnly"
operator: "Exists"
effect: "NoSchedule"

node:
strategyType: RollingUpdate
Expand Down
Binary file modified charts/v1.29.9/azurefile-csi-driver-v1.29.9.tgz
Binary file not shown.
3 changes: 3 additions & 0 deletions charts/v1.29.9/azurefile-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ controller:
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"
- key: "CriticalAddonsOnly"
operator: "Exists"
effect: "NoSchedule"

node:
cloudConfigSecretName: azure-cloud-provider
Expand Down
Binary file modified charts/v1.30.6/azurefile-csi-driver-v1.30.6.tgz
Binary file not shown.
3 changes: 3 additions & 0 deletions charts/v1.30.6/azurefile-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ controller:
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"
- key: "CriticalAddonsOnly"
operator: "Exists"
effect: "NoSchedule"

node:
strategyType: RollingUpdate
Expand Down
Binary file modified charts/v1.31.0/azurefile-csi-driver-1.31.0.tgz
Binary file not shown.
3 changes: 3 additions & 0 deletions charts/v1.31.0/azurefile-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ controller:
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"
- key: "CriticalAddonsOnly"
operator: "Exists"
effect: "NoSchedule"

node:
strategyType: RollingUpdate
Expand Down
3 changes: 3 additions & 0 deletions deploy/csi-azurefile-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ spec:
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"
- key: "CriticalAddonsOnly"
operator: "Exists"
effect: "NoSchedule"
containers:
- name: csi-provisioner
image: mcr.microsoft.com/oss/kubernetes-csi/csi-provisioner:v5.1.0
Expand Down
3 changes: 3 additions & 0 deletions deploy/v1.29.9/csi-azurefile-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ spec:
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"
- key: "CriticalAddonsOnly"
operator: "Exists"
effect: "NoSchedule"
containers:
- name: csi-provisioner
image: mcr.microsoft.com/oss/kubernetes-csi/csi-provisioner:v3.5.0
Expand Down
3 changes: 3 additions & 0 deletions deploy/v1.30.6/csi-azurefile-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ spec:
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"
- key: "CriticalAddonsOnly"
operator: "Exists"
effect: "NoSchedule"
containers:
- name: csi-provisioner
image: mcr.microsoft.com/oss/kubernetes-csi/csi-provisioner:v5.1.0
Expand Down
3 changes: 3 additions & 0 deletions deploy/v1.31.0/csi-azurefile-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ spec:
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"
- key: "CriticalAddonsOnly"
operator: "Exists"
effect: "NoSchedule"
containers:
- name: csi-provisioner
image: mcr.microsoft.com/oss/kubernetes-csi/csi-provisioner:v5.1.0
Expand Down

0 comments on commit 0d3e6cf

Please sign in to comment.