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: support/azure/azure-kubernetes/create-upgrade-delete/upgrading-or-scaling-does-not-succeed.md
+18-9Lines changed: 18 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,13 @@
1
1
---
2
2
title: Troubleshoot cluster upgrading and scaling errors
3
3
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
11
9
---
10
+
12
11
# Troubleshoot cluster upgrading and scaling errors
13
12
14
13
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:
56
55
To retrieve detailed status about your cluster, run the following [az aks show](/cli/azure/aks#az-aks-show) command:
57
56
58
57
```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
0 commit comments