Merge pull request #11714 from colmm99/master

add command for workaround for issue 10836
pull/6/head
Vish Kannan 2015-07-23 14:40:39 -07:00
commit a02252dc11
1 changed files with 6 additions and 0 deletions

View File

@ -128,6 +128,12 @@ NAME LABELS SELECTOR IP PORT(S)
nginx <none> run=nginx <ip-addr> 80/TCP
```
If ip-addr is blank run the following command to obtain it. Know issue #10836
```sh
kubectl get svc nginx
```
Hit the webserver:
```sh