Clarify that egress gateway is disabled by default if Helm was used to install (#3399)

* Clarify that egress gateway isn't present with Helm

Values.yaml has been updated to disable the egress gateway if the Helm installation option is used. Currently, we don't indicate that egress gateway should not be present if you used Helm.

* Clarify that egress gateway is disabled by default in Helm

* CR comments. Also moved notice up since it covers both services and podsw

* Cleand up wording

* Added links to relevant installer sections for egress gateway

* Added links to appropriate sections

* added blank line

* Paths have changed. Updated link

* Removed section as per code review comments
This commit is contained in:
Brian Avery 2019-03-07 09:37:33 -05:00 committed by istio-bot
parent bea48a2845
commit e6994fa041
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ To customize Istio install using Helm, use the `--set <key>=<value>` option in H
| `gateways.istio-ingressgateway.secretVolumes.mountPath` | `/etc/istio/ingressgateway-ca-certs` | |
| `gateways.istio-ingressgateway.env.ISTIO_META_ROUTER_MODE` | `"sni-dnat"` | |
| `gateways.istio-ingressgateway.nodeSelector` | `{}` | |
| `gateways.istio-egressgateway.enabled` | `true` | |
| `gateways.istio-egressgateway.enabled` | `false` | |
| `gateways.istio-egressgateway.labels.app` | `istio-egressgateway` | |
| `gateways.istio-egressgateway.labels.istio` | `egressgateway` | |
| `gateways.istio-egressgateway.replicaCount` | `1` | |