We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1055c3c commit 2359a89Copy full SHA for 2359a89
test/run-k8s-integration.sh
@@ -17,8 +17,8 @@ readonly do_driver_build="${GCE_PD_DO_DRIVER_BUILD:-true}"
17
readonly do_k8s_build="${GCE_PD_DO_K8S_BUILD:-false}"
18
readonly deployment_strategy=${DEPLOYMENT_STRATEGY:-gce}
19
readonly gke_cluster_version=${GKE_CLUSTER_VERSION:-latest}
20
-readonly kube_version=${GCE_PD_KUBE_VERSION:-stable}
21
-readonly test_version=${TEST_VERSION:-stable}
+readonly kube_version=${GCE_PD_KUBE_VERSION:-latest}
+readonly test_version=${TEST_VERSION:-latest}
22
readonly gce_zone=${GCE_CLUSTER_ZONE:-us-central1-b}
23
readonly gce_region=${GCE_CLUSTER_REGION:-}
24
readonly image_type=${IMAGE_TYPE:-cos_containerd}
0 commit comments