From d8df98841173a47f81adfc68b812f40e8d5dce8a Mon Sep 17 00:00:00 2001 From: Ryan Gregg Date: Wed, 18 Jul 2018 10:48:22 -0700 Subject: [PATCH] Update setting-up-ingress-static-ip.md --- serving/setting-up-ingress-static-ip.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/serving/setting-up-ingress-static-ip.md b/serving/setting-up-ingress-static-ip.md index e64f0289c..2715b9a45 100644 --- a/serving/setting-up-ingress-static-ip.md +++ b/serving/setting-up-ingress-static-ip.md @@ -36,6 +36,8 @@ kubectl patch svc knative-ingressgateway -n istio-system \ ### Step 2: Verify static IP address of knative-ingressgateway service +**It may take several minutes before the ingress gateway picks up the new assigned static IP address.** + You can check the external IP of the "knative-ingressgateway" service with: ```shell kubectl get svc knative-ingressgateway -n istio-system @@ -45,5 +47,3 @@ The result should be something like NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE knative-ingressgateway LoadBalancer 10.50.250.120 35.210.48.100 80:32380/TCP,443:32390/TCP,32400:32400/TCP 5h ``` -The external IP will be eventually set to the static IP. This process could -take several minutes.