You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/istio-meshconfig.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This article walks through how to configure Istio-based service mesh add-on for
17
17
18
18
## Prerequisites
19
19
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.
21
21
22
22
## Set up configuration on cluster
23
23
@@ -64,7 +64,7 @@ This guide assumes you followed the [documentation][istio-deploy-addon-on] to en
64
64
The values under `defaultConfig` are mesh-wide settings applied for Envoy sidecar proxy.
65
65
66
66
> [!CAUTION]
67
-
> A default ConfigMap (for example, `istio-asm-1-18`forrevision asm-1-18) is createdin`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`forrevision 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`forrevision asm-1-18) is createdin`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`forrevision 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.
68
68
69
69
### Mesh configuration and upgrades
70
70
@@ -76,7 +76,7 @@ After the upgrade is completed or rolled back, you can delete the ConfigMap of t
76
76
77
77
Fields in `MeshConfig` are classified into three categories:
78
78
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.
80
80
- **Supported**: Supported fields (for example, fields related to access logging) receive support from Azure support.
81
81
- **Allowed**: These fields (such as proxyListenPort or proxyInboundListenPort) are allowed but they aren't covered by Azure support.
0 commit comments