Update the version of echoserver (#8771)

* Remove the version of echoserver

* Finish the changes
This commit is contained in:
Xianglin Gao
2018-06-02 04:16:57 +08:00
committed by k8s-ci-robot
parent 6cdfa80b8d
commit 7d0e6bc49e
@@ -46,7 +46,7 @@ Running pre-create checks...
Creating machine...
Starting local Kubernetes cluster...
$ kubectl run hello-minikube --image=k8s.gcr.io/echoserver:1.4 --port=8080
$ kubectl run hello-minikube --image=k8s.gcr.io/echoserver:1.10 --port=8080
deployment "hello-minikube" created
$ kubectl expose deployment hello-minikube --type=NodePort
service "hello-minikube" exposed