Skip to content

Commit 929ed2a

Browse files
committed
address PR comments
1 parent aee10d8 commit 929ed2a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/aks/istio-deploy-addon.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export LOCATION=<location>
2929

3030
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].
3131

32-
## Query available Istio add-on revisions
32+
## Get available Istio add-on revisions
3333
To find information about which Istio add-on revisions are available in a region and their compatibility with AKS cluster versions, use:
3434

3535
```azurecli-interactive
@@ -41,9 +41,9 @@ az aks mesh get-revisions --location <location> -o table
4141
### Revision selection
4242
If you enable the add-on without specifying a revision, a default supported revision is installed for you.
4343

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.
4747

4848
### Install mesh during cluster creation
4949

@@ -115,7 +115,7 @@ kubectl label namespace default istio.io/rev=asm-X-Y
115115
```
116116

117117
> [!IMPORTANT]
118-
> 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.
119119
120120
For manual injection of sidecar using `istioctl kube-inject`, you need to specify extra parameters for `istioNamespace` (`-i`) and `revision` (`-r`). For example:
121121

0 commit comments

Comments
 (0)