Skip to content

Commit b996c76

Browse files
committed
Enable VolumeAttributesClass feature gate for CI runs
1 parent 4363cff commit b996c76

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

deploy/kubernetes/overlays/prow-stable-sidecar-rc-master/driver-args.yaml

-7
This file was deleted.

deploy/kubernetes/overlays/prow-stable-sidecar-rc-master/kustomization.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,5 @@ patchesJson6902:
2424
kind: Deployment
2525
name: csi-gce-pd-controller
2626
version: v1
27-
- path: driver-args.yaml
28-
target:
29-
group: apps
30-
kind: Deployment
31-
name: csi-gce-pd-controller
32-
version: v1
3327
transformers:
3428
- ../../images/prow-stable-sidecar-rc-master

test/run-k8s-integration-ci.sh

+3
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ fi
120120

121121
if [ "$test_volumeattributesclass" = true ]; then
122122
base_cmd="${base_cmd} --volumeattributesclass-files=hdb-volumeattributesclass.yaml --storageclass-for-vac-file=sc-hdb.yaml --kube-runtime-config=api/all=true"
123+
if [ "$deployment_strategy" = "gce" ]; then
124+
base_cmd="${base_cmd} --kube-feature-gates=VolumeAttributesClass=true"
125+
fi
123126
fi
124127

125128
eval "$base_cmd"

0 commit comments

Comments
 (0)