From c5df2ac503d633b320e0ee2669ade068ea2c5a53 Mon Sep 17 00:00:00 2001 From: Ivan Nikittin Date: Wed, 11 Jul 2018 13:36:19 -0700 Subject: [PATCH] Update gke-assigning-static-ip-address.md --- serving/gke-assigning-static-ip-address.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/serving/gke-assigning-static-ip-address.md b/serving/gke-assigning-static-ip-address.md index 1687b5e31..26f1f5bac 100644 --- a/serving/gke-assigning-static-ip-address.md +++ b/serving/gke-assigning-static-ip-address.md @@ -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.