Skip to content

Commit 7a020bd

Browse files
Patch aws csi driver to enable VolumeAttributesClass
1 parent 9c2b87f commit 7a020bd

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

aws-ebs-csi-driver/controller-patch.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# VolumeAttributesClass feature gate patched based on:
2+
# https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2240/files
13
kind: Deployment
24
apiVersion: apps/v1
35
metadata:
@@ -27,7 +29,19 @@ spec:
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

0 commit comments

Comments
 (0)