|
1 | 1 | --- |
2 | 2 | title: Resolve az aks command invoke failures |
3 | 3 | 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 |
6 | 6 | ms.service: azure-kubernetes-service |
7 | 7 | ms.custom: sap:Connectivity, devx-track-azurecli |
8 | 8 | #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 |
46 | 46 |
|
47 | 47 | - Resource constraints |
48 | 48 | - 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 |
50 | 50 | - 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 | +``` |
51 | 59 |
|
52 | 60 | #### Solution 1: Change the configuration so that you can schedule and run the pod |
53 | 61 |
|
|
0 commit comments