File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ readonly PKGDIR=${GOPATH}/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
14
14
readonly overlay_name=" ${GCE_PD_OVERLAY_NAME:- stable-master} "
15
15
readonly boskos_resource_type=" ${GCE_PD_BOSKOS_RESOURCE_TYPE:- gce-project} "
16
16
readonly do_driver_build=" ${GCE_PD_DO_DRIVER_BUILD:- true} "
17
- readonly do_k8s_build=" ${GCE_PD_DO_K8S_BUILD:- false } "
17
+ readonly do_k8s_build=" ${GCE_PD_DO_K8S_BUILD:- true } "
18
18
readonly deployment_strategy=${DEPLOYMENT_STRATEGY:- gce}
19
19
readonly gke_cluster_version=${GKE_CLUSTER_VERSION:- latest}
20
- readonly kube_version=${GCE_PD_KUBE_VERSION:- latest }
20
+ readonly kube_version=${GCE_PD_KUBE_VERSION:- master }
21
21
readonly test_version=${TEST_VERSION:- latest}
22
22
readonly gce_zone=${GCE_CLUSTER_ZONE:- us-central1-b}
23
23
readonly gce_region=${GCE_CLUSTER_REGION:- }
You can’t perform that action at this time.
0 commit comments