Skip to content

Commit a8cc819

Browse files
authored
Merge pull request #89548 from jluk/upgradefix
add time limit of upgrade
2 parents 88215cf + 80b64f3 commit a8cc819

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/aks/upgrade-cluster.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ The following example upgrades a cluster to version *1.13.10*:
5858
az aks upgrade --resource-group myResourceGroup --name myAKSCluster --kubernetes-version 1.13.10
5959
```
6060

61-
It takes a few minutes to upgrade the cluster, depending on how many nodes you have.
61+
It takes a few minutes to upgrade the cluster, depending on how many nodes you have.
62+
63+
> [!NOTE]
64+
> There is a total allowed time for a cluster upgrade to complete. This time is calculated by taking the product of `10 minutes * total number of nodes in the cluster`. For example in a 20 node cluster, upgrade operations must succeed in 200 minutes or AKS will fail the operation to avoid an unrecoverable cluster state. To recover on upgrade failure, retry the upgrade operation after the timeout has been hit.
6265
6366
To confirm that the upgrade was successful, use the [az aks show][az-aks-show] command:
6467

0 commit comments

Comments
 (0)