add command for workaround for issue 10836

This commit is contained in:
colmm99 2015-07-22 23:14:15 +01:00
parent 20293058ec
commit 165d08e627

View File

@ -128,6 +128,11 @@ 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