Update gke-assigning-static-ip-address.md

This commit is contained in:
Ivan Nikittin 2018-07-11 13:36:19 -07:00 committed by GitHub
parent e69d9d4f5c
commit c5df2ac503
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -39,9 +39,9 @@ Run the following command to ensure that the external IP of the "knative-ingress
```shell
kubectl get svc knative-ingressgateway -n istio-system
```
The result should be something like the following:
The outpu should show the assigned address under the EXTERNAL-IP column:
```
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
knative-ingressgateway LoadBalancer 12.34.567.890 98.765.43.210 80:32380/TCP,443:32390/TCP,32400:32400/TCP 5m
```
Note: The process of updating an external IP address can take several minutes.
Note that the process of updating the external IP address can take several minutes.