diff --git a/hack/e2e-suite/basic.sh b/hack/e2e-suite/basic.sh index bbfe8cef9bb..08bc144f391 100755 --- a/hack/e2e-suite/basic.sh +++ b/hack/e2e-suite/basic.sh @@ -24,7 +24,7 @@ source "${KUBE_REPO_ROOT}/cluster/util.sh" detect-project # Launch a container -$CLOUDCFG -p 8080:80 run dockerfile/nginx 2 myNginx +$CLOUDCFG -p 8080:80 run dockerfile/nginx 3 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.