Skip to content

Commit d089218

Browse files
authored
Merge pull request #1876 from abarqawi/patch-20
Update resolve-az-aks-command-invoke-failures.md
2 parents f3f4c83 + e42b9ba commit d089218

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

support/azure/azure-kubernetes/connectivity/resolve-az-aks-command-invoke-failures.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Resolve az aks command invoke failures
33
description: Resolve az aks command invoke failures in Azure CLI when you try to access a private Azure Kubernetes Service (AKS) cluster.
4-
ms.date: 10/25/2024
5-
ms.reviewer: chiragpa, andbar, haitch, momajed, v-leedennis, v-weizhu
4+
ms.date: 05/13/2025
5+
ms.reviewer: chiragpa, andbar, haitch, momajed, albarqaw, v-leedennis, v-weizhu
66
ms.service: azure-kubernetes-service
77
ms.custom: sap:Connectivity, devx-track-azurecli
88
#Customer intent: As an Azure Kubernetes user, I want to resolve az aks command invoke failures in Azure CLI so that I can successfully connect to my private Azure Kubernetes Service (AKS) cluster.
@@ -46,8 +46,16 @@ The operation returns a `Not Found` status because the `command-<ID>` pod can't
4646

4747
- Resource constraints
4848
- Nodes that have a `NotReady` or `SchedulingDisabled` state
49-
- Nodes that have taints that the pod can't tolerate
49+
- Nodes that have taints that the pod can't tolerate
5050
- Other causes
51+
52+
Here are sample error messages for `KubernetesPerformanceError` or `KubernetesOperationError`:
53+
54+
```output
55+
(KubernetesPerformanceError) Failed to run command due to cluster perf issue, container command-357ebsdfsd342869 in aks-command namespace did not start within 30s on your cluster, retry may helps. If issue persist, you may need to tune your cluster with better performance (larger node/paid tier).
56+
Code: KubernetesPerformanceError
57+
Message: Failed to run command due to cluster perf issue, container command-357ebc50d40c47a4a247ab6e067d2869 in aks-command namespace did not start within 30s on your cluster, retry may helps. If issue persist, you may need to tune your cluster with better performance (larger node/paid tier).
58+
```
5159

5260
#### Solution 1: Change the configuration so that you can schedule and run the pod
5361

0 commit comments

Comments
 (0)