mirror of https://github.com/knative/docs.git
Update gke-assigning-static-ip-address.md (#598)
Removed console output from command
This commit is contained in:
parent
92a92ede21
commit
d0fcb6e2bc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue