remove the portion for egress gateway exposed as nodeport (#3255)

* remove the portion for egress gateway

* Update index.md
This commit is contained in:
Lin Sun 2019-02-28 11:24:30 -05:00 committed by istio-bot
parent 0ac513511d
commit d99e48fc99
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ plane and the sidecars for the Istio data plane.
1. Istio by default uses `LoadBalancer` service object types. Some platforms do not support `LoadBalancer`
service objects. For platforms lacking `LoadBalancer` support, install Istio with `NodePort` support
instead with the flags `--set gateways.istio-ingressgateway.type=NodePort --set gateways.istio-egressgateway.type=NodePort`
instead with the flags `--set gateways.istio-ingressgateway.type=NodePort`
appended to the end of the Helm instructions in the installation steps below.
## Installation steps