Skip to content

Commit 87ae004

Browse files
meshconfig doc updates
1 parent 33a24e7 commit 87ae004

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/aks/istio-meshconfig.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This article walks through how to configure Istio-based service mesh add-on for
1717

1818
## Prerequisites
1919

20-
This guide assumes you followed the [documentation][istio-deploy-addon-on] to enable the Istio add-on on an AKS cluster.
20+
This guide assumes you followed the [documentation][istio-deploy-add-on] to enable the Istio add-on on an AKS cluster.
2121

2222
## Set up configuration on cluster
2323

@@ -64,7 +64,7 @@ This guide assumes you followed the [documentation][istio-deploy-addon-on] to en
6464
The values under `defaultConfig` are mesh-wide settings applied for Envoy sidecar proxy.
6565

6666
> [!CAUTION]
67-
> A default ConfigMap (for example, `istio-asm-1-18` for revision asm-1-18) is created in `aks-istio-system` namespace on the cluster when the Istio addon-on is enabled. However, this default ConfigMap gets reconciled by the managed Istio addon-on and thus users should NOT directly edit this ConfigMap. Instead users should create a revision specific Istio shared ConfigMap (for example `istio-shared-configmap-asm-1-18` for revision asm-1-18) in the aks-istio-system namespace, and then the Istio control plane will merge this with the default ConfigMap, with the default settings taking precedence.
67+
> A default ConfigMap (for example, `istio-asm-1-18` for revision asm-1-18) is created in `aks-istio-system` namespace on the cluster when the Istio add-on is enabled. However, this default ConfigMap gets reconciled by the managed Istio add-on and thus users should NOT directly edit this ConfigMap. Instead users should create a revision specific Istio shared ConfigMap (for example `istio-shared-configmap-asm-1-18` for revision asm-1-18) in the aks-istio-system namespace, and then the Istio control plane will merge this with the default ConfigMap, with the default settings taking precedence.
6868

6969
### Mesh configuration and upgrades
7070

@@ -76,7 +76,7 @@ After the upgrade is completed or rolled back, you can delete the ConfigMap of t
7676
7777
Fields in `MeshConfig` are classified into three categories:
7878
79-
- **Blocked**: Disallowed fields are blocked via addon-on managed admission webhooks. API server immediately publishes the error message to the user that the field is disallowed.
79+
- **Blocked**: Disallowed fields are blocked via add-on managed admission webhooks. API server immediately publishes the error message to the user that the field is disallowed.
8080
- **Supported**: Supported fields (for example, fields related to access logging) receive support from Azure support.
8181
- **Allowed**: These fields (such as proxyListenPort or proxyInboundListenPort) are allowed but they aren't covered by Azure support.
8282

@@ -161,5 +161,5 @@ Fields present in [open source MeshConfig reference documentation][istio-meshcon
161161
162162
[istio-meshconfig]: https://istio.io/latest/docs/reference/config/istio.mesh.v1alpha1/
163163
[istio-sidecar-race-condition]: https://istio.io/latest/docs/ops/common-problems/injection/#pod-or-containers-start-with-network-issues-if-istio-proxy-is-not-ready
164-
[istio-deploy-addon-on]: istio-deploy-addon-on.md
164+
[istio-deploy-add-on]: istio-deploy-add-on.md
165165
[container-insights-docs]: ../azure-monitor/containers/container-insights-overview.md

0 commit comments

Comments
 (0)