You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Learn how to troubleshoot node auto-provisisioning (NAP) in Azure Kubernetes Service (AKS).
3
+
description: Learn how to troubleshoot node auto-provisioning (NAP) in Azure Kubernetes Service (AKS).
4
4
ms.service: azure-kubernetes-service
5
5
author: JarrettRenshaw
6
6
ms.author: jarrettr
@@ -24,7 +24,7 @@ When you enable NAP, you can experience problems associated with the configurati
24
24
Ensure the following tools are installed and configured. They're used in the following sections.
25
25
26
26
-[Azure Command-Line Interface (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.
27
-
- The Kubernetes [kubectl](https://kubernetes.io/docs/reference/kubectl/overview/) tool, a Kubernetes command-line client. This is available with Azure CLI.
27
+
- The Kubernetes [kubectl](https://kubernetes.io/docs/reference/kubectl/overview/) tool, a Kubernetes command-line client available with Azure CLI.
28
28
- Confirm you have NAP enabled on your cluster. For more information, see [node auto provisioning documentation][nap-main-docs].
29
29
30
30
## Common issues
@@ -119,7 +119,7 @@ Run the following command:
119
119
kubectl get pods -n kube-system | grep -E "azure-cni|kube-proxy"
120
120
```
121
121
122
-
If you're using Azure Container Networking Interface (CNI) with overlay, verfify your nodes have these labels:
122
+
If you're using Azure Container Networking Interface (CNI) with overlay, verify your nodes have these labels:
0 commit comments