From d0fcb6e2bc6759bb96f8fa6af3afd6bfca004ecc Mon Sep 17 00:00:00 2001 From: Morgan Hallmon Date: Tue, 27 Nov 2018 10:12:23 -0800 Subject: [PATCH] Update gke-assigning-static-ip-address.md (#598) Removed console output from command --- serving/gke-assigning-static-ip-address.md | 1 - 1 file changed, 1 deletion(-) diff --git a/serving/gke-assigning-static-ip-address.md b/serving/gke-assigning-static-ip-address.md index 6854b949b..7320207fe 100644 --- a/serving/gke-assigning-static-ip-address.md +++ b/serving/gke-assigning-static-ip-address.md @@ -50,7 +50,6 @@ Run following command to configure the external IP of the `knative-ingressgateway` service to the static IP that you reserved: ```shell kubectl patch svc knative-ingressgateway --namespace istio-system --patch '{"spec": { "loadBalancerIP": "" }}' -service "knative-ingressgateway" patched ``` ## Step 3: Verify the static IP address of `knative-ingressgateway` service