You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AKS-Arc/cluster-upgrade-status.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Upgrading the AKSArc cluster. This operation might take a while...
48
48
49
49
## Cause
50
50
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.
52
52
- 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:
53
53
54
54
```azurecli
@@ -58,24 +58,24 @@ Upgrading the AKSArc cluster. This operation might take a while...
58
58
az k8s-extension show -g $res.HybridaksExtension.resourceGroup -c $res.ResourceBridge.name --cluster-type appliances --name hybridaksextension
59
59
```
60
60
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
+
```
73
73
74
74
## Mitigation
75
75
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**.
77
77
78
-
### Workaround for Azure Linux versions 2503 or 2504
78
+
### Workaround for Azure Local versions 2503 or 2504
79
79
80
80
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.
0 commit comments