Skip to content

Commit aa8d7b3

Browse files
Istio upgrade doc incorporate suggestions
1 parent 8fa2dce commit aa8d7b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/istio-upgrade.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 05/04/2023
88

99
# Upgrade Istio-based service mesh add-on for Azure Kubernetes Service (preview)
1010

11-
This article addresses upgrade experiences for Istio-based service mesh add-on for Azure Kubernetes Service (preview).
11+
This article addresses upgrade experiences for Istio-based service mesh add-on for Azure Kubernetes Service (AKS).
1212

1313
## Minor version upgrade
1414

@@ -90,7 +90,7 @@ The following example illustrates how to upgrade from revision `asm-1-17` to `as
9090
9191
1. Check your monitoring tools and dashboards to determine whether your workloads are all running in a healthy state after the restart. Based on the outcome, you have two options:
9292
93-
* **Complete the canary upgrade**: If you're satisfied that the workloads are all running in a healthy state as expected, you can complete the canary upgrade. This will remove the previous revision's control plane and leave behind the new revision's control plane on the cluster. Run the following command to complete the canary upgrade:
93+
* **Complete the canary upgrade**: If you're satisfied that the workloads are all running in a healthy state as expected, you can complete the canary upgrade. This removes the previous revision's control plane and leave behind the new revision's control plane on the cluster. Run the following command to complete the canary upgrade:
9494

9595
```bash
9696
az aks mesh upgrade complete --resource-group $RESOURCE_GROUP --name $CLUSTER
@@ -151,7 +151,7 @@ The following example illustrates how to upgrade from revision `asm-1-17` to `as
151151
productpage-v1-979d4d9fc-p4764: docker.io/istio/examples-bookinfo-productpage-v1:1.17.0, mcr.microsoft.com/oss/istio/proxyv2:1.17.1-distroless
152152
```
153153

154-
* Restart the workloads to trigger reinjection. For example:
154+
* To trigger reinjection, restart the workloads. For example:
155155

156156
```bash
157157
kubectl rollout restart deployments/productpage-v1 -n default

0 commit comments

Comments
 (0)