Clarify helm instructions (#3332)

* Update index.md

* Update index.md
This commit is contained in:
Andra Cismaru 2019-02-21 11:12:25 -08:00 committed by Martin Taillefer
parent 24c905bdc7
commit 1bde241b40
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,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`
appended to the end of the Helm operation.
appended to the end of the Helm instructions in the installation steps below.
## Installation steps