We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6c900 commit bbaf0fdCopy full SHA for bbaf0fd
test/run-k8s-integration-ci.sh
@@ -119,6 +119,9 @@ fi
119
120
if [ "$test_volumeattributesclass" = true ]; then
121
base_cmd="${base_cmd} --volumeattributesclass-files=hdb-volumeattributesclass.yaml --storageclass-for-vac-file=sc-hdb.yaml --kube-runtime-config=api/all=true"
122
+ if [ "$deployment_strategy" = "gce" ]; then
123
+ base_cmd="${base_cmd} --kube-feature-gates=VolumeAttributesClass=true"
124
+ fi
125
fi
126
127
eval "$base_cmd"
0 commit comments