File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -20,3 +20,5 @@ DriverInfo:
20
20
SupportedSizeRange:
21
21
Min: 5Gi
22
22
Max: 64Ti
23
+ TopologyKeys:
24
+ - topology.gke.io/zone
Original file line number Diff line number Diff line change @@ -35,6 +35,17 @@ make -C ${PKGDIR} test-k8s-integration
35
35
# --deployment-strategy=gce --kube-version=${kube_version} \
36
36
# --test-version=${test_version} --num-nodes=3
37
37
38
+
39
+ # This version of the command creates a regional GKE cluster. It will test with
40
+ # the latest GKE version and the master test version
41
+
42
+ # ${PKGDIR}/bin/k8s-integration-test --run-in-prow=false \
43
+ # --staging-image=${GCE_PD_CSI_STAGING_IMAGE} --service-account-file=${GCE_PD_SA_DIR}/cloud-sa.json \
44
+ # --deploy-overlay-name=dev --bringup-cluster=false --teardown-cluster=false \
45
+ # --storageclass-file=sc-standard.yaml --do-driver-build=false --test-focus="schedule.a.pod.with.AllowedTopologies" \
46
+ # --gce-region="us-central1" --num-nodes=${NUM_NODES:-3} --gke-cluster-version="latest" --deployment-strategy="gke" \
47
+ # --test-version="master"
48
+
38
49
# This version of the command does not build the driver or K8s, points to a
39
50
# local K8s repo to get the e2e.test binary, and does not bring up or down the cluster
40
51
You can’t perform that action at this time.
0 commit comments