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-deploy-addon.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ export LOCATION=<location>
29
29
30
30
The add-on requires Azure CLI version 2.57.0 or later installed. You can run `az --version` to verify version. To install or upgrade, see [Install Azure CLI][azure-cli-install].
31
31
32
-
## Query available Istio add-on revisions
32
+
## Get available Istio add-on revisions
33
33
To find information about which Istio add-on revisions are available in a region and their compatibility with AKS cluster versions, use:
34
34
35
35
```azurecli-interactive
@@ -41,9 +41,9 @@ az aks mesh get-revisions --location <location> -o table
41
41
### Revision selection
42
42
If you enable the add-on without specifying a revision, a default supported revision is installed for you.
43
43
44
-
If you wish to select a revision instead:
45
-
1. Use the `get-revisions` command in the [previous step](#query-available-istio-add-on-revisions) to check which revisions are available for different AKS cluster versions in a region
46
-
1. Based on the available revisions, you can include a`--revision asm-X-Y` flag in the enable command you use for mesh installation.
44
+
If you wish to specify a revision instead:
45
+
1. Use the `get-revisions` command in the [previous step](#get-available-istio-add-on-revisions) to check which revisions are available for different AKS cluster versions in a region.
46
+
1. Based on the available revisions, you can include the`--revision asm-X-Y` (ex: `--revision asm-1-20`) flag in the enable command you use for mesh installation.
> The default `istio-injection=enabled` labeling doesn't work. Explicit versioning (ex: `istio.io/rev=asm-1-18`) is required.
118
+
> The default `istio-injection=enabled` labeling doesn't work. Explicit versioning matching the control plane revision (ex: `istio.io/rev=asm-1-18`) is required.
119
119
120
120
For manual injection of sidecar using `istioctl kube-inject`, you need to specify extra parameters for `istioNamespace` (`-i`) and `revision` (`-r`). For example:
0 commit comments