mirror of https://github.com/istio/istio.io.git
remove the portion for egress gateway exposed as nodeport (#3255)
* remove the portion for egress gateway * Update index.md
This commit is contained in:
parent
0ac513511d
commit
d99e48fc99
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue