Skip to content

Commit 84d1aa6

Browse files
Update aks-error-code-page.md
1 parent 832841d commit 84d1aa6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ This article describes common AKS errors and how to resolve them.
5454
| LoadBalancerInUseByVirtualMachineScaleSet | Can't modify load balancer currently in use. | The load balancer is actively being used by VM scale sets. For more information, see [Troubleshoot the LoadBalancerInUseByVirtualMachineScaleSet or NetworkSecurityGroupInUseByVirtualMachineScaleSet error code](../create-upgrade-delete/load-balancer-or-nsg-in-use-by-vm-scale-set.md). |
5555
| LoadBalancerInUseByVirtualMachineScaleSet or NetworkSecurityGroupInUseByVirtualMachineScaleSet | Network resources are in use by scale sets. | The load balancer or network security group (NSG) is attached to active VM scale sets. For more information, see [Troubleshoot LoadBalancerInUseByVirtualMachineScaleSet or NetworkSecurityGroupInUseByVirtualMachineScaleSet error code](networksecuritygroupinusebyvirtualmachinescaleset-error.md). |
5656
| Missing or invalid service principal | Service principal credentials are missing or invalid. | The service principal either doesn't exist, is expired, or lacks the required permissions. For more information, see [Missing or invalid service principal when creating an AKS cluster](../create-upgrade-delete/missing-or-invalid-service-principal). |
57-
| | | For more information, see [](). |
58-
| | | For more information, see [](). |
59-
| | | For more information, see [](). |
60-
| | | For more information, see [](). |
61-
| | | For more information, see [](). |
62-
| | | For more information, see [](). |
63-
| | | For more information, see [](). |
64-
| | | For more information, see [](). |
57+
| MissingSubscriptionRegistration | Required resource provider aren't registered. | The Azure subscription is missing registration information for required resource providers. For more information, see [Troubleshoot the MissingSubscriptionRegistration error code](missingsubscriptionregistration-error.md). |
58+
| NetworkSecurityGroupInUseByVirtualMachineScaleSet | Network security group (NSG) is in use by VM scale sets. | The NSG cannot be modified while attached to scale sets. For more information, see [Troubleshoot the LoadBalancerInUseByVirtualMachineScaleSet or NetworkSecurityGroupInUseByVirtualMachineScaleSet error code](../create-upgrade-delete/load-balancer-or-nsg-in-use-by-vm-scale-set). |
59+
| NodePoolMcVersionIncompatible | Node pool version incompatible with control plane. | The node pool Kubernetes version isn't compatible with the control plane version. For more information, see [Can't upgrade AKS cluster because of the NodePoolMcVersionIncompatible error](nodepoolmcversionincompatible-error.md). |
60+
| OperationIsNotAllowed | Operation not permitted in current state. | The requested operation conflicts with cluster state or configuration. For more information, see [Cluster pending operation (OperationNotAllowed) errors](../create-upgrade-delete/operationnotallowed.md). |
61+
| OperationNotAllowed or PublicIPCountLimitReached | Operation blocked or public IP limit reached. | The public IP quota is exceeded or the operation isn't allowed by policy. For more information, see [Troubleshoot the OperationNotAllowed or PublicIPCountLimitReached quota error](operationnotallowed-publicipcountlimitreached-error.md). |
62+
| OrasPullNetworkTimeoutVMExtensionError | ORAS pull operation timed out. | There's a network timeout when you try to create and deploy an AKS cluster. For more information, see [OrasPullNetworkTimeoutVMExtensionError error code (211) when deploying an AKS cluster](vmextensionerror-oraspullnetworktimeout.md). |
63+
| OrasPullUnauthorizedVMExtensionError | Not authorized to pull artifacts from registry. | Authentication fails when you try to create and deploy an AKS cluster. For more information, see [OrasPullUnauthorizedVMExtensionError error code (212) when deploying an AKS cluster](vmextensionerror-oraspullunauthorized.md). |
64+
| OutboundConnFailVMExtensionError (50) | Node can't establish outbound connectivity. | A firewall, network security group (NSG), or routing prevents outbound connections. For more information, see [Troubleshoot the OutboundConnFailVMExtensionError error code (50)](../create-upgrade-delete/error-code-outboundconnfailvmextensionerror.md). |
6565
| | | For more information, see [](). |
6666
| | | For more information, see [](). |
6767
| | | For more information, see [](). |

0 commit comments

Comments
 (0)