Skip to content

Commit 229d090

Browse files
committed
Final tweaks
1 parent 630f71f commit 229d090

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

AKS-Arc/cluster-upgrade-status.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Upgrading the AKSArc cluster. This operation might take a while...
4848

4949
## Cause
5050

51-
- The root cause is a recent change introduced in Azure Local version 2503. Under certain conditions, if there are transient or intermittent failures during the Kubernetes upgrade process, they're not correctly detected or recovered from. This can cause the cluster state to remain in the **Upgrading** state.
51+
- The issue is caused by a recent change introduced in Azure Local version 2503. Under certain conditions, if there are transient or intermittent failures during the Kubernetes upgrade process, they're not correctly detected or recovered from. This can cause the cluster state to remain in the **Upgrading** state.
5252
- You see this issue if the AKS Arc custom location extension `hybridaksextension` version is 2.1.211 or 2.1.223. You can run the following command to check the extension version on your cluster:
5353

5454
```azurecli
@@ -58,24 +58,24 @@ Upgrading the AKSArc cluster. This operation might take a while...
5858
az k8s-extension show -g $res.HybridaksExtension.resourceGroup -c $res.ResourceBridge.name --cluster-type appliances --name hybridaksextension
5959
```
6060

61-
```output
62-
{
63-
"aksAssignedIdentity": null,
64-
"autoUpgradeMinorVersion": false,
65-
"configurationProtectedSettings": {},
66-
"currentVersion": "2.1.211",
67-
"customLocationSettings": null,
68-
"errorInfo": null,
69-
"extensionType": "microsoft.hybridaksoperator",
70-
...
71-
}
72-
```
61+
```output
62+
{
63+
"aksAssignedIdentity": null,
64+
"autoUpgradeMinorVersion": false,
65+
"configurationProtectedSettings": {},
66+
"currentVersion": "2.1.211",
67+
"customLocationSettings": null,
68+
"errorInfo": null,
69+
"extensionType": "microsoft.hybridaksoperator",
70+
...
71+
}
72+
```
7373

7474
## Mitigation
7575

76-
This issue was fixed in AKS on [Azure Local, version 2505](/azure/azure-local/whats-new?view=azloc-2505&preserve-view=true#features-and-improvements-in-2505). Upgrade your Azure Local deployment to the 2505 build. After you update, [verify](#verification) that the Kubernetes version was upgraded and the `currentState` property of the cluster shows as **Succeeded**.
76+
This issue was fixed in AKS on [Azure Local, version 2505](/azure/azure-local/whats-new?view=azloc-2505&preserve-view=true#features-and-improvements-in-2505). Upgrade your Azure Local deployment to the 2505 build. After you update, [verify that the Kubernetes version was upgraded](#verification) and the `currentState` property of the cluster shows as **Succeeded**.
7777

78-
### Workaround for Azure Linux versions 2503 or 2504
78+
### Workaround for Azure Local versions 2503 or 2504
7979

8080
This issue only affects clusters in Azure Local version 2503 or 2504, and on AKS Arc extension versions 2.1.211 or 2.1.223. The mitigation described here is applicable only when you are unable to upgrade to 2505.
8181

0 commit comments

Comments
 (0)