Skip to content

Commit 8fa2dce

Browse files
Fix header levels in Istio upgrade doc
1 parent ed41fe5 commit 8fa2dce

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/aks/istio-upgrade.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ 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 (preview).
1212

13-
## How Istio components are upgraded
14-
15-
### Minor version upgrade
13+
## Minor version upgrade
1614

1715
Istio add-on allows upgrading the minor version using [canary upgrade process][istio-canary-upstream]. When an upgrade is initiated, the control plane of the new (canary) revision is deployed alongside the old (stable) revision's control plane. You can then manually roll over data plane workloads while using monitoring tools to track the health of workloads during this process. If you don't observe any issues with the health of your workloads, you can complete the upgrade so that only the new revision remains on the cluster. Else, you can roll back to the previous revision of Istio.
1816

@@ -121,7 +119,7 @@ The following example illustrates how to upgrade from revision `asm-1-17` to `as
121119
> [!NOTE]
122120
> Manually relabeling namespaces when moving them to a new revision can be tedious and error-prone. [Revision tags](https://istio.io/latest/docs/setup/upgrade/canary/#stable-revision-labels) solve this problem. Revision tags are stable identifiers that point to revisions and can be used to avoid relabeling namespaces. Rather than relabeling the namespace, a mesh operator can simply change the tag to point to a new revision. All namespaces labeled with that tag will be updated at the same time. However, note that you still need to restart the workloads to make sure the correct version of `istio-proxy` sidecars are injected.
123121

124-
### Patch version upgrade
122+
## Patch version upgrade
125123

126124
* Istio add-on patch version availability information is published in [AKS weekly release notes][aks-release-notes].
127125
* Patches are rolled out automatically for istiod and ingress pods as part of these AKS weekly releases, which respect the `default` [planned maintenance window](./planned-maintenance.md) set up for the cluster.

0 commit comments

Comments
 (0)