This commit is contained in:
johndmulhausen
2016-03-25 16:08:49 -07:00
parent 8913c8664d
commit fcc4e4a76d
+2 -2
View File
@@ -128,9 +128,9 @@ kubectl get svc nginx
Alternatively, you can obtain only the first IP (CLUSTER_IP) by running:
```shell
```shell{% raw %}
kubectl get svc nginx --template={{.spec.clusterIP}}
```
{% endraw %}```
Hit the webserver with the first IP (CLUSTER_IP):