Skip to content

Commit 0158cab

Browse files
Update troubleshoot-node-auto-provision.md
1 parent fabc725 commit 0158cab

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Troubleshoot Node Auto-Provisioning Managed Add-on
3-
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).
44
ms.service: azure-kubernetes-service
55
author: JarrettRenshaw
66
ms.author: jarrettr
@@ -24,7 +24,7 @@ When you enable NAP, you can experience problems associated with the configurati
2424
Ensure the following tools are installed and configured. They're used in the following sections.
2525

2626
- [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.
2828
- Confirm you have NAP enabled on your cluster. For more information, see [node auto provisioning documentation][nap-main-docs].
2929

3030
## Common issues
@@ -119,7 +119,7 @@ Run the following command:
119119
kubectl get pods -n kube-system | grep -E "azure-cni|kube-proxy"
120120
```
121121

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:
123123

124124
```azurecli-interactive
125125
kubernetes.azure.com/azure-cni-overlay: "true"
@@ -181,7 +181,7 @@ kubectl logs -n kube-system -l k8s-app=azure-cns --tail=100
181181

182182
**CNI-to-ACNS troubleshooting**
183183

184-
- **If ACNS logs show "no IPs available"**: This indicates an ACNS or AKS watch on the Neural Network Coding (NNC).
184+
- **If ACNS logs show "no IPs available"**: Indicates an ACNS or AKS watch on the Neural Network Coding (NNC).
185185
- **If CNI calls don't appear in ACNS logs**: You likely have the wrong CNI installed. Verify the correct CNI plugin is deployed.
186186

187187
**Common causes**
@@ -197,7 +197,7 @@ Common causes include:
197197

198198
Solutions include:
199199

200-
- Review [Network Sescurity Group][network-security-group-docs] rules for required traffic.
200+
- Review [Network Security Group][network-security-group-docs] rules for required traffic.
201201
- Verify subnet configuration in `AKSNodeClass`. For more information, see [AKSNodeClass documentation][aksnodeclass-subnet-config].
202202
- Restart CNI plugin pods.
203203
- Check `CoreDNS` configuration. For more information, see [CoreDNS documentation][coredns-troubleshoot].

0 commit comments

Comments
 (0)