Skip to content

Update istio-deploy-ingress.md #204

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion articles/aks/istio-deploy-ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Confirm that the sample application's product page is accessible. The expected o

### Annotations

The following annotations can be added to the Kubernetes service for the external and internal ingress gateways:
The following annotations can be added to the Kubernetes service for the external and internal ingress gateways. Note that annotations will only work when yamls are edited using kubectl apply. The Azure Service mesh addon controller will overwrite changes made via kubectl edit or other 3rd party tools like k9s:

- `service.beta.kubernetes.io/azure-load-balancer-internal-subnet`: name of subnet to bind internal ingress gateway to. This subnet must exist in the same virtual network as the mesh.
- `service.beta.kubernetes.io/azure-shared-securityrule`: for exposing the ingress gateway through an [augmented security rule][azure-nsg-docs].
Expand Down