Fixes #247
This commit is contained in:
@@ -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):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user