Skip to content

Commit 181f65c

Browse files
committed
Learn Editor: Update upgrading-or-scaling-does-not-succeed.md
1 parent 325ced5 commit 181f65c

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

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

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
title: Troubleshoot cluster upgrading and scaling errors
33
description: Troubleshoot errors that occur when you try to upgrade or scale an Azure Kubernetes Service (AKS) cluster.
4-
ms.date: 09/19/2024
5-
editor: v-jsitser
6-
ms.reviewer: chiragpa, nickoman, v-leedennis
7-
ms.service: azure-kubernetes-service
8-
keywords:
9-
#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)
4+
ms.topic: article
5+
ms.date: 06/12/2024
6+
author: v-jsitser
7+
ms.author: v-jsitser
8+
ms.custom: sap:Create, Upgrade, Scale and Delete operations (cluster or nodepool), innovation-engine
119
---
10+
1211
# Troubleshoot cluster upgrading and scaling errors
1312

1413
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 +55,17 @@ To resolve this issue, follow these steps:
5655
To retrieve detailed status about your cluster, run the following [az aks show](/cli/azure/aks#az-aks-show) command:
5756

5857
```azurecli
59-
az aks show --resource-group myResourceGroup --name myAKSCluster --output table
58+
az aks show --resource-group $RESOURCE_GROUP_NAME --name $CLUSTER_NAME --output table
59+
```
60+
61+
Results:
62+
63+
<!-- expected_similarity=0.3 -->
64+
65+
```output
66+
Name Location ResourceGroup KubernetesVersion ProvisioningState Fqdn
67+
------------- ----------- ------------------- ------------------- ------------------- ---------------
68+
myAKSClusterx eastus2 myResourceGroupx 1.27.x Succeeded xxxxx.xxxxxx.x
6069
```
6170
6271
2. Refer to the following table to take the appropriate action based on the cluster's status:
@@ -67,4 +76,4 @@ To resolve this issue, follow these steps:
6776
| Failed | Follow the solutions that are outlined in [Cause 1](#cause-1-cluster-is-in-a-failed-state). |
6877
| Succeeded | Retry the scale or other previously failed operation. |
6978
70-
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]
79+
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]

0 commit comments

Comments
 (0)