We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9eee065 + 30ecf45 commit 1b80322Copy full SHA for 1b80322
test/run-k8s-integration-migration.sh
@@ -34,7 +34,7 @@ readonly GCE_PD_TEST_FOCUS="\s[V|v]olume\sexpand|\[sig-storage\]\sIn-tree\sVolum
34
35
make -C ${PKGDIR} test-k8s-integration
36
${PKGDIR}/bin/k8s-integration-test --kube-version=${kube_version} \
37
---kube-feature-gates="CSIMigration=true,CSIMigrationGCE=true" --run-in-prow=true \
+--kube-feature-gates="CSIMigration=true,CSIMigrationGCE=true,ExpandCSIVolumes=true" --run-in-prow=true \
38
--deploy-overlay-name=${overlay_name} --service-account-file=${E2E_GOOGLE_APPLICATION_CREDENTIALS} \
39
--do-driver-build=${do_driver_build} --boskos-resource-type=${boskos_resource_type} \
40
--migration-test=true --test-focus=${GCE_PD_TEST_FOCUS} \
0 commit comments