mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 12:11:43 +00:00
Reduce size of serve_hostname image
This commit is contained in:
@@ -34,7 +34,7 @@ function teardown() {
|
||||
trap "teardown" EXIT
|
||||
|
||||
# Determine which pod image to launch (e.g. private.sh launches a different one).
|
||||
pod_img_srv="${POD_IMG_SRV:-kubernetes/serve_hostname}"
|
||||
pod_img_srv="${POD_IMG_SRV:-kubernetes/serve_hostname:1.1}"
|
||||
|
||||
# Launch some pods.
|
||||
num_pods=2
|
||||
|
@@ -32,5 +32,5 @@ if [[ "${KUBERNETES_PROVIDER}" != "gce" ]] && [[ "${KUBERNETES_PROVIDER}" != "gk
|
||||
fi
|
||||
|
||||
# Run the basic.sh test, but using this image.
|
||||
export POD_IMG_SRV="gcr.io/_b_k8s_test/serve_hostname:1.0"
|
||||
export POD_IMG_SRV="gcr.io/_b_k8s_test/serve_hostname:1.1"
|
||||
source "${KUBE_ROOT}/hack/e2e-suite/basic.sh"
|
||||
|
Reference in New Issue
Block a user