File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # VolumeAttributesClass feature gate patched based on:
2+ # https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2240/files
13kind : Deployment
24apiVersion : apps/v1
35metadata :
2729 - --csi-address=$(ADDRESS)
2830 - --v=2
2931 - --feature-gates=Topology=true
30- - --feature-gates=CrossNamespaceVolumeDataSource=true
32+ - --feature-gates=CrossNamespaceVolumeDataSource=true,VolumeAttributesClass=true
3133 - --extra-create-metadata
3234 - --leader-election=true
3335 - --default-fstype=ext4
36+ - name : csi-resizer
37+ args :
38+ - --timeout=60s
39+ - --csi-address=$(ADDRESS)
40+ - --v=2
41+ - --handle-volume-inuse-error=false
42+ - --leader-election=true
43+ - --kube-api-qps=20
44+ - --kube-api-burst=100
45+ - --workers=100
46+ - --retry-interval-max=30m
47+ - --feature-gates=VolumeAttributesClass=true
You can’t perform that action at this time.
0 commit comments