Skip to content

Commit 0a83324

Browse files
author
amsliu
committed
formatting fix
1 parent a5151bf commit 0a83324

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

support/azure/azure-kubernetes/error-codes/aks-upgrade-blocked.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Or
3939

4040
**NodePoolMcVersionIncompatible:** Node pool version 1.24.9 and control
4141
plane version 1.29.15 is incompatible. Minor version of node pool cannot
42-
be more than 3 versions less than control plane's version. Minor
43-
version of node pool is 24 and control plane is 29. For more information, see
42+
be more than 3 versions less than control plane's version. Minor version
43+
of node pool is 24 and control plane is 29. For more information, see
4444
[AKS upgrade version skew policy](https://aka.ms/aks/UpgradeVersionRules).
4545

4646
## Cause
@@ -68,20 +68,17 @@ Run the following command to view the current Kubernetes version and supported u
6868
az aks get-upgrades --resource-group <RG> --name <ClusterName> --output table
6969
```
7070

71-
If only newer versions such as 1.29.x are listed, and intermediate versions like 1.25.x, 1.26.x, or 1.27.x are missing, this indicates that
72-
those versions are deprecated in your region.
71+
If only newer versions such as 1.29.x are listed, and intermediate versions like 1.25.x, 1.26.x, or 1.27.x are missing, this indicates that those versions are deprecated in your region.
7372

7473
### Step 2: Attempt full upgrade (control plane and node pool together)
7574

76-
Due to the version skew policy (**control planes cannot be more than 3 minor versions ahead of node pools**),
77-
a separate control-plane-only upgrade may not be allowed. Instead, upgrade both the control plane and node pool together:
75+
Due to the version skew policy (**control planes cannot be more than 3 minor versions ahead of node pools**), a separate control-plane-only upgrade may not be allowed. Instead, upgrade both the control plane and node pool together:
7876

7977
```azurecli
8078
az aks upgrade --resource-group <RG> --name <ClusterName> --kubernetes-version <available upgrade version> --yes
8179
```
8280

83-
This will ensure compliance with the version skew policy, use of a supported Kubernetes version and upgrade of both components in a
84-
coordinated manner.
81+
This will ensure compliance with the version skew policy, use of a supported Kubernetes version and upgrade of both components in a coordinated manner.
8582

8683
### Additional Tips
8784

0 commit comments

Comments
 (0)