Merge pull request #786 from aledbf/update-echoheaders

Update echoserver image version in examples
This commit is contained in:
Nick Sardo 2017-06-06 16:38:48 -07:00 committed by GitHub
commit 8cd9a5a98a
6 changed files with 95 additions and 7 deletions

View file

@ -69,7 +69,7 @@ $ kubectl create -f examples/default/rc-default.yaml
First we need to deploy some application to publish. To keep this simple we will use the [echoheaders app](https://github.com/kubernetes/contrib/blob/master/ingress/echoheaders/echo-app.yaml) that just returns information about the http request as output
```
kubectl run echoheaders --image=gcr.io/google_containers/echoserver:1.4 --replicas=1 --port=8080
kubectl run echoheaders --image=gcr.io/google_containers/echoserver:1.5 --replicas=1 --port=8080
```
Now we expose the same application in two different services (so we can create different Ingress rules)