Skip to content

Commit ee1c9c6

Browse files
authored
Merge pull request #9239 from naman-msft/docs-editor/upgrading-or-scaling-does-not-1751317151
AB#6468: Update upgrading-or-scaling-does-not-succeed.md
2 parents 42855bb + 8e20602 commit ee1c9c6

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

support/azure/azure-kubernetes/create-upgrade-delete/upgrading-or-scaling-does-not-succeed.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ ms.reviewer: chiragpa, nickoman, v-leedennis
77
ms.service: azure-kubernetes-service
88
keywords:
99
#Customer intent: As an Azure Kubernetes user, I want to troubleshoot errors so that I can successfully upgrade or scale an Azure Kubernetes Service (AKS) cluster.
10-
ms.custom: sap:Create, Upgrade, Scale and Delete operations (cluster or nodepool)
10+
ms.custom: sap:Create, Upgrade, Scale and Delete operations (cluster or nodepool), innovation-engine
1111
---
12+
1213
# Troubleshoot cluster upgrading and scaling errors
1314

1415
This article discusses how to troubleshoot errors that occur when you try to upgrade or scale a Microsoft Azure Kubernetes Service (AKS) cluster.
@@ -56,7 +57,17 @@ To resolve this issue, follow these steps:
5657
To retrieve detailed status about your cluster, run the following [az aks show](/cli/azure/aks#az-aks-show) command:
5758

5859
```azurecli
59-
az aks show --resource-group myResourceGroup --name myAKSCluster --output table
60+
az aks show --resource-group $RESOURCE_GROUP_NAME --name $CLUSTER_NAME --output table
61+
```
62+
63+
Results:
64+
65+
<!-- expected_similarity=0.3 -->
66+
67+
```output
68+
Name Location ResourceGroup KubernetesVersion ProvisioningState Fqdn
69+
------------- ----------- ------------------- ------------------- ------------------- ---------------
70+
myAKSClusterx eastus2 myResourceGroupx 1.27.x Succeeded xxxxx.xxxxxx.x
6071
```
6172
6273
2. Refer to the following table to take the appropriate action based on the cluster's status:

0 commit comments

Comments
 (0)