mirror of https://github.com/k3s-io/k3s
Fix basic test the other way.
parent
74ea18209a
commit
cba453d72b
|
@ -16,7 +16,7 @@
|
|||
ZONE=us-central1-b
|
||||
MASTER_SIZE=g1-small
|
||||
MINION_SIZE=g1-small
|
||||
NUM_MINIONS=3
|
||||
NUM_MINIONS=2
|
||||
# gcloud/gcutil will expand this to the latest supported image.
|
||||
IMAGE=backports-debian-7-wheezy
|
||||
NETWORK=default
|
||||
|
|
|
@ -24,7 +24,7 @@ source "${KUBE_REPO_ROOT}/cluster/util.sh"
|
|||
detect-project
|
||||
|
||||
# Launch a container
|
||||
$CLOUDCFG -p 8080:80 run dockerfile/nginx 3 myNginx
|
||||
$CLOUDCFG -p 8080:80 run dockerfile/nginx 2 myNginx
|
||||
|
||||
# Container turn up on a clean cluster can take a while for the docker image pull.
|
||||
# Sleep for 2 minutes just to be sure.
|
||||
|
|
Loading…
Reference in New Issue