Skip to content

Commit

Permalink
Update attacher/provisioner RPC call timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Torres <torredil@amazon.com>
  • Loading branch information
torredil committed Nov 1, 2023
1 parent 7dea990 commit 0399d2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/aws-ebs-csi-driver/templates/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ spec:
imagePullPolicy: {{ default .Values.image.pullPolicy .Values.sidecars.provisioner.image.pullPolicy }}
args:
- --csi-address=$(ADDRESS)
- --timeout=60s
- --v={{ .Values.sidecars.provisioner.logLevel }}
- --feature-gates=Topology=true
{{- if .Values.controller.extraCreateMetadata }}
Expand Down Expand Up @@ -241,6 +242,7 @@ spec:
imagePullPolicy: {{ default .Values.image.pullPolicy .Values.sidecars.attacher.image.pullPolicy }}
args:
- --csi-address=$(ADDRESS)
- --timeout=60s
- --v={{ .Values.sidecars.attacher.logLevel }}
- --leader-election={{ .Values.sidecars.attacher.leaderElection.enabled | required "leader election state for csi-attacher is required, must be set to true || false." }}
{{- if .Values.sidecars.attacher.leaderElection.enabled }}
Expand Down
2 changes: 2 additions & 0 deletions deploy/kubernetes/base/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ spec:
imagePullPolicy: IfNotPresent
args:
- --csi-address=$(ADDRESS)
- --timeout=60s
- --v=2
- --feature-gates=Topology=true
- --extra-create-metadata
Expand All @@ -156,6 +157,7 @@ spec:
imagePullPolicy: IfNotPresent
args:
- --csi-address=$(ADDRESS)
- --timeout=60s
- --v=2
- --leader-election=true
env:
Expand Down

0 comments on commit 0399d2a

Please sign in to comment.