Commit 8c73e2bc authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #33125 from maisem/pin_gke_tests

Automatic merge from submit-queue Setting the default image for GKE tests to Container_VM. @vishh @spxtr @pwittrock The purpose is to keep the current state of tests as is even if GKE changes the base image.
parents a44aeca4 714983c9
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
CLUSTER_NAME="${CLUSTER_NAME:-${USER}-gke-e2e}" CLUSTER_NAME="${CLUSTER_NAME:-${USER}-gke-e2e}"
NETWORK=${KUBE_GKE_NETWORK:-e2e} NETWORK=${KUBE_GKE_NETWORK:-e2e}
NODE_TAG="k8s-${CLUSTER_NAME}-node" NODE_TAG="k8s-${CLUSTER_NAME}-node"
IMAGE_TYPE="${KUBE_GKE_IMAGE_TYPE:-}" IMAGE_TYPE="${KUBE_GKE_IMAGE_TYPE:-container_vm}"
# For ease of maintenance, extract any pieces that do not vary between default # For ease of maintenance, extract any pieces that do not vary between default
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment