mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 20:29:18 +03:00
Fix csi-snapshotter timeout option. Fix ebs-external-attacher-role ClusterRole. (#6776)
This commit is contained in:
@@ -92,7 +92,7 @@ spec:
|
||||
image: {{ csi_snapshotter_image_repo }}:{{ csi_snapshotter_image_tag }}
|
||||
args:
|
||||
- --csi-address=$(ADDRESS)
|
||||
- --connection-timeout=15s
|
||||
- --timeout=15s
|
||||
env:
|
||||
- name: ADDRESS
|
||||
value: /var/lib/csi/sockets/pluginproxy/csi.sock
|
||||
|
||||
Reference in New Issue
Block a user