Skip to content

Commit 12b02c9

Browse files
authored
Fix typos and update DNS test command
1 parent 97673cd commit 12b02c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ kubectl logs -n kube-system -l k8s-app=azure-cns --tail=100
133133
```
134134

135135
**CNI to CNS Troubleshooting**:
136-
- **If CNS logs show "no IPs available"**: This indicates a CNS or aks's watch on the NNCs.
136+
- **If CNS logs show "no IPs available"**: This indicates a CNS or AKS' watch on the NNCs.
137137
- **If CNI calls don't appear in CNS logs**: You likely have the wrong CNI installed. Verify the correct CNI plugin is deployed.
138138

139139
**Common Causes**:
@@ -186,7 +186,7 @@ dig @10.0.0.10 kubernetes.default.svc.cluster.local
186186
nslookup kubernetes.default.svc.cluster.local
187187
188188
# Test external DNS resolution
189-
dig google.com
189+
dig azure.com
190190
```
191191

192192
4. **Check DNS pods status**:

0 commit comments

Comments
 (0)