Skip to content

Commit bbaf0fd

Browse files
committed
Enable VolumeAttributesClass feature gate for CI runs
1 parent 5b6c900 commit bbaf0fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/run-k8s-integration-ci.sh

+3
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ fi
119119

120120
if [ "$test_volumeattributesclass" = true ]; then
121121
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
122125
fi
123126

124127
eval "$base_cmd"

0 commit comments

Comments
 (0)