Add warning about gateway names (#8022)

* Add warning about gateway names

* Comments
This commit is contained in:
Martin Ostrowski 2020-08-25 16:25:33 -07:00 committed by GitHub
parent 8e6778addd
commit 0d445ab5e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -390,6 +390,12 @@ $ istioctl profile dump --config-path values.gateways.istio-ingressgateway
These commands show both the `IstioOperator` and Helm settings for the gateway, which are used together to define the
generated gateway resources. The built-in gateways can be customized just like any other component.
{{< warning >}}
From 1.7 onward, the gateway name must always be specified when overlaying. Not specifying any name no longer
defaults to `istio-ingressgateway` or `istio-egressgateway`.
{{< /warning >}}
A new user gateway can be created by adding a new list entry:
{{< text yaml >}}