Skip to content

Commit

Permalink
removed leader election for driver controller pods (#475)
Browse files Browse the repository at this point in the history
Co-authored-by: Adarsh Kumar Yadav <[email protected]>
  • Loading branch information
ChristianAtDell and adarsh-dell committed Oct 15, 2024
1 parent cc18560 commit 53f8e83
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ spec:
imagePullPolicy: IfNotPresent
command: [ "/csi-vxflexos.sh" ]
args:
- "--leader-election"
- "--array-config=/vxflexos-config/config"
- "--driver-config-params=/vxflexos-config-params/driver-config-params.yaml"
env:
Expand Down
2 changes: 0 additions & 2 deletions operatorconfig/driverconfig/powermax/v2.10.0/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,6 @@ spec:
image: dellemc/csi-powermax:v2.10.0
imagePullPolicy: IfNotPresent
command: [ "/csi-powermax.sh" ]
args:
- "--leader-election"
env:
- name: X_CSI_POWERMAX_DRIVER_NAME
value: csi-powermax.dellemc.com
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,6 @@ spec:
imagePullPolicy: IfNotPresent
command: [ "/csi-isilon" ]
args:
- "--leader-election"
- "--leader-election-renew-deadline=10s"
- "--leader-election-lease-duration=15s"
- "--leader-election-retry-period=5s"
- "--driver-config-params=/csi-isilon-config-params/driver-config-params.yaml"
env:
- name: CSI_ENDPOINT
Expand Down
1 change: 0 additions & 1 deletion operatorconfig/driverconfig/unity/v2.10.0/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ spec:
- "--driver-name=csi-unity.dellemc.com"
- "--driver-config=/unity-config/driver-config-params.yaml"
- "--driver-secret=/unity-secret/config"
- "--leader-election"
imagePullPolicy: IfNotPresent
env:
- name: CSI_ENDPOINT
Expand Down

0 comments on commit 53f8e83

Please sign in to comment.