Skip to content

Commit 2e7a232

Browse files
committed
hack sidecar feature gate
1 parent c49bd77 commit 2e7a232

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

release-tools/prow.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,6 +1369,14 @@ main () {
13691369
if ${CSI_PROW_DRIVER_INSTALL} "$images"; then
13701370
collect_cluster_info
13711371
1372+
kubectl patch sts csi-hostpathplugin -n default --type='json' -p='[{
1373+
"op": "add",
1374+
"path": "/spec/template/spec/containers/1/args/-",
1375+
"value": "--feature-gates=CSIVolumeGroupSnapshot=true"
1376+
}]'
1377+
kubectl rollout status sts/csi-hostpathplugin -n default
1378+
1379+
13721380
if sanity_enabled; then
13731381
if ! run_sanity; then
13741382
ret=1

0 commit comments

Comments
 (0)