Skip to content

Commit 21b4d9f

Browse files
Update aks-error-code-page.md
1 parent 2a02e4f commit 21b4d9f

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

support/azure/azure-kubernetes/error-codes/aks-error-code-page.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,25 @@ ms.custom: sap:AKS error codes, AKS errors
1414

1515
This article describes common AKS errors and how to resolve them.
1616

17+
## A-K error codes
18+
1719
| **Error code** | **Description** | **Details and mitigation** |
1820
| --- | ---------- | ----------------- |
1921
| AADSTS7000222 - BadRequest or InvalidClientSecret | Authentication failure with Azure Active Directory. | This involves invalid or expired service principal credentials. For more information, see [AADSTS7000222 - BadRequest or InvalidClientSecret error](../create-upgrade-delete/error-code-badrequest-or-invalidclientsecret.md). |
2022
| Argument list too long | Application fails due to command line argument limitations. | The command line arguments exceed system limits in containerized applications. For more information, see [Application failures caused by the "argument list too long" error message](../create-upgrade-delete/application-fails-argument-list-too-long.md). |
2123
| AksCapacityHeavyUsage | Insufficient capacity in the Azure region. | There's high demand or limited resources in the selected region. For more information, see [Troubleshoot the AksCapacityHeavyUsage error code](akscapacityheavyusage-error.md). |
2224
| AKSOperationPreempted | Cluster operation is interrupted by a higher priority operation. | There are concurrent operations on the cluster, causing conflicts. For more information, see [AKSOperationPreempted or AKSOperationPreemptedByDelete error when performing a new operation](aksoperationpreempted-error.md). |
23-
| | | For more information, see [](). |
24-
| | | For more information, see [](). |
25-
| | | For more information, see [](). |
26-
| | | For more information, see [](). |
27-
| | | For more information, see [](). |
28-
| | | For more information, see [](). |
29-
| | | For more information, see [](). |
30-
| | | For more information, see [](). |
31-
| | | For more information, see [](). |
32-
| | | For more information, see [](). |
33-
| | | For more information, see [](). |
25+
| AKS upgrade blocked | Upgrade fails due to version compatibility issues. | There's version skew, incompatibility, or an unsupported upgrade path. For more information, see [Troubleshoot AKS upgrade errors because of version skew, incompatibility, or lack of support](aks-upgrade-blocked.md). |
26+
| AvailabilityZoneNotSupported | Selected availability zone isn't supported. | the virtual machine (VM) size or region doesn't support the specified availability zone. For more information, see [Troubleshoot the AvailabilityZoneNotSupported error code](availabilityzonenotsupported-error.md). |
27+
| BadRequest or InvalidClientSecret | Authentication or request validation failed. | This involves an invalid service principal credentials or a malformed request. For more information, see [Error AADSTS7000222 - BadRequest or InvalidClientSecret](bad-request-or-invalid-client-secret-error.md). |
28+
| CannotDeleteLoadBalancerWithPrivateLinkService or PrivateLinkServiceWithPrivateEndpointConnectionsCannotBeDeleted | Unable to delete load balancer with active private link connections. | The load balancer has active private endpoint connections that must be removed first. For more information, see [Cluster autoscaler fails to scale with "cannot scale cluster autoscaler enabled node pool" error](lb-pvtlinksvcwithpvtendptconn-error.md). |
29+
| Can't scale cluster autoscaler-enabled node pool |Manual scaling conflicts with autoscaler. | This happens when attempting a manual scaling on a node pool with autoscaler enabled. For more information, see [A load balancer with a private link service or a private link service with private endpoint connections cannot be deleted](../create-upgrade-delete/cannot-scale-cluster-autoscaler-enabled-node-pool.md). |
30+
| Changing property "imageReference" is not allowed | Unable to modify the VM image reference. | This happens when attempting to change immutable VM properties on existing nodes. For more information, see ["Changing property 'imageReference' is not allowed" error message while upgrading or scaling an AKS cluster](../create-upgrade-delete/changing-property-imagereference-not-allowed.md). |
31+
| CniDownloadTimeoutVMExtensionError (41) | Container Network Interface (CNI) download times out. | There are network connectivity issues preventing the CNI plugin download. For more information, see [Troubleshoot Container Network Interface download failures](../create-upgrade-delete/error-code-cnidownloadtimeoutvmextensionerror.md). |
32+
| CreateOrUpdateVirtualNetworkLinkFailed | Failed to create or update DNS zone virtual network link. | Insufficient permissions or networking conflicts with private DNS zones. For more information, see [CreateOrUpdateVirtualNetworkLinkFailed error when updating or upgrading an AKS cluster](createorupdatevirtualnetworklinkfailed-error.md). |
33+
| CustomPrivateDNSZoneMissingPermissionError | Permissions missing for custom private DNS zone. | The service principal lacks required permissions on the private DNS zone. For more information, see [Troubleshoot the CustomPrivateDNSZoneMissingPermissionError error code](customprivatednszonemissingpermissions-error.md). |
34+
| DnsServiceIpOutOfServiceCidr | DNS service IP is outside the service CIDR range. | The configured DNS service IP doesn't fall within the Kubernetes service CIDR. For more information, see [Troubleshoot the DnsServiceIpOutOfServiceCidr error code](dnsserviceipoutofservicecidr-error.md). |
35+
| ERR_VHD_FILE_NOT_FOUND (65) | Virtual hard disk file not found during provisioning. | The node image virtual hard disk is unavailable or inaccessible. For more information, see [Troubleshoot the ERR_VHD_FILE_NOT_FOUND error code (65)](../create-upgrade-delete/error-code-vhdfilenotfound.md). |
3436
| | | For more information, see [](). |
3537
| | | For more information, see [](). |
3638
| | | For more information, see [](). |

0 commit comments

Comments
 (0)