istio.io
istio.io copied to clipboard
edit name of ingress gateway install
Description
This PR updated release name of the istio gateway installed using helm. While in the gateway docs the release name is istio-ingressgateway
, in the helm installation doc for istio the release name is istio-ingress
.
Due to this change, anyone following the helm installation doc will have gateway label as istio: gateway
instead of istio: ingressgateway
. Other installation method sets the labels as istio: ingressgateway
and the other docs also assume the label to be istio: ingressgateway
.
Reviewers
- [ ] Ambient
- [x] Docs
- [ ] Installation
- [ ] Networking
- [ ] Performance and Scalability
- [ ] Extensions and Telemetry
- [ ] Security
- [ ] Test and Release
- [ ] User Experience
- [ ] Developer Infrastructure
- [ ] Localization/Translation