Commit a02252dc authored by Vish Kannan's avatar Vish Kannan

Merge pull request #11714 from colmm99/master

add command for workaround for issue 10836
parents a1bb6d97 ef5c07cf
...@@ -128,6 +128,12 @@ NAME LABELS SELECTOR IP PORT(S) ...@@ -128,6 +128,12 @@ NAME LABELS SELECTOR IP PORT(S)
nginx <none> run=nginx <ip-addr> 80/TCP 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: Hit the webserver:
```sh ```sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment