@@ -73,6 +73,24 @@ make -C "${PKGDIR}" test-k8s-integration
73
73
# --gce-zone="us-central1-c" --num-nodes=${NUM_NODES:-3} --gke-release-channel="rapid" --deployment-strategy="gke" \
74
74
# --use-gke-managed-driver=true --teardown-cluster=true
75
75
76
+ # This version of the command brings up (and subsequently tears down) a GKE
77
+ # cluster using a release channel, and a given worker node version and with managed GCE PersistentDisk CSI driver add-on enabled, and points to
78
+ # the local K8s repository to get the e2e test binary.
79
+ # ${PKGDIR}/bin/k8s-integration-test --run-in-prow=false --service-account-file=${GCE_PD_SA_DIR}/cloud-sa.json \
80
+ # --test-focus="External.Storage.*snapshot" --local-k8s-dir=$KTOP --storageclass-files=sc-standard.yaml,sc-balanced.yaml,sc-ssd.yaml \
81
+ # --snapshotclass-file=pd-volumesnapshotclass.yaml --do-driver-build=false --teardown-driver=false \
82
+ # --gce-zone="us-central1-c" --num-nodes=${NUM_NODES:-3} --gke-release-channel="rapid" --deployment-strategy="gke" \
83
+ # --use-gke-managed-driver=true --teardown-cluster=true --node-version="1.16"
84
+
85
+ # This version of the command brings up (and subsequently tears down) a GKE
86
+ # cluster with managed GCE PersistentDisk CSI driver add-on enabled, and points to
87
+ # the local K8s repository to get the e2e test binary.
88
+ # ${PKGDIR}/bin/k8s-integration-test --run-in-prow=false --service-account-file=${GCE_PD_SA_DIR}/cloud-sa.json \
89
+ # --test-focus="External.Storage.sc-balanced" --local-k8s-dir=$KTOP --storageclass-files=sc-standard.yaml,sc-balanced.yaml,sc-ssd.yaml \
90
+ # --snapshotclass-file=pd-volumesnapshotclass.yaml --do-driver-build=false --teardown-driver=false \
91
+ # --gce-zone="us-central1-c" --num-nodes=${NUM_NODES:-3} --gke-cluster-version="latest" --deployment-strategy="gke" \
92
+ # --use-gke-managed-driver=true --teardown-cluster=true --gke-node-version="1.16"
93
+
76
94
# This version of the command does not build the driver or K8s, points to a
77
95
# local K8s repo to get the e2e.test binary, and does not bring up or down the cluster
78
96
0 commit comments