Update gke-assigning-static-ip-address.md (#598)

Removed console output from command
This commit is contained in:
Morgan Hallmon 2018-11-27 10:12:23 -08:00 committed by Knative Prow Robot
parent 92a92ede21
commit d0fcb6e2bc
1 changed files with 0 additions and 1 deletions

View File

@ -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": "<your-reserved-static-ip>" }}'
service "knative-ingressgateway" patched
```
## Step 3: Verify the static IP address of `knative-ingressgateway` service