Skip to content

Commit 97673cd

Browse files
authored
Adding link to main NAP doc
1 parent d430ebf commit 97673cd

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

support/azure/azure-kubernetes/extensions/troubleshoot-node-auto-provision.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
---
2-
title: Troubleshoot the Node Auto-provisioning managed add-on
3-
description: Learn how to troubleshoot Node Auto-provisisioning in Azure Kubernetes Service (AKS).
2+
title: Troubleshoot the Node Auto Provisioning managed add-on
3+
description: Learn how to troubleshoot Node Auto Provisisioning in Azure Kubernetes Service (AKS).
44
ms.service: azure-kubernetes-service
55
ms.date: 09/05/2025
66
editor: bsoghigian
77
ms.reviewer:
8-
#Customer intent: As an Azure Kubernetes Service user, I want to troubleshoot problems that involve Node Auto-provisioining managed add-on so that I can successfully provision, scale, and manage my nodes and workloads on Azure Kubernetes Service (AKS).
8+
#Customer intent: As an Azure Kubernetes Service user, I want to troubleshoot problems that involve Node Auto Provisioining managed add-on so that I can successfully provision, scale, and manage my nodes and workloads on Azure Kubernetes Service (AKS).
99
ms.custom: sap:Extensions, Policies and Add-Ons
1010
---
1111

1212
# Troubleshoot node auto provisioning (NAP) in Azure Kubernetes Service (AKS)
1313

1414
This article discusses how to troubleshoot Node auto provisioning(NAP), a managed add-on based on the open source [Karpenter](https://karpenter.sh) project. NAP automatically provisions and manages nodes in response to pending pod pressure, and manages scaling events at the virtual machine, or node level.
15-
When you enable Node Auto-provisioning, you might experience problems that are associated with the configuration of the infrastructure autoscaler. This article will help you troubleshoot errors and resolve common problems that affect NAP but aren't covered in the official Karpenter [FAQ][karpenter-faq] and [troubleshooting guide][karpenter-troubleshooting].
15+
When you enable Node Auto Provisioning, you might experience problems that are associated with the configuration of the infrastructure autoscaler. This article will help you troubleshoot errors and resolve common problems that affect NAP but aren't covered in the official Karpenter [FAQ][karpenter-faq] and [troubleshooting guide][karpenter-troubleshooting].
1616

1717
## Prerequisites
1818

1919
Ensure the following tools are installed and configured. They're used in the following sections.
2020

2121
- [Azure CLI](/cli/azure/install-azure-cli). To install kubectl by using the [Azure CLI](/cli/azure/install-azure-cli), run the [az aks install-cli](/cli/azure/aks#az-aks-install-cli) command.
2222
- The Kubernetes [kubectl](https://kubernetes.io/docs/reference/kubectl/overview/) tool, a Kubernetes command-line client. This is available with the Azure CLI.
23-
- Confirm you have Node Auto-provisioning enabled on your cluster.
23+
- Confirm you have Node Auto Provisioning enabled on your cluster. For steps on enabling node auto provisioning in your cluster, visit our [node auto provisioning documentation][nap-main-docs].
2424

2525
## Common Issues
2626

@@ -270,5 +270,6 @@ az vm list-usage --location <region> --query "[?currentValue >= limit]"
270270
[network-security-group-docs]: /azure/virtual-network/network-security-groups-overview
271271
[aksnodeclass-subnet-config]: /azure/aks/node-autoprovision-aksnodeclass#virtual-network-subnet-configuration
272272
[nap-nodepool-docs]: /azure/aks/node-autoprovision-node-pools
273+
[nap-main-docs]: /azure/aks/node-autoprovision
273274
[coredns-troubleshoot]: /azure/aks/coredns-custom#troubleshooting
274275

0 commit comments

Comments
 (0)