We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d562e5 commit 45e484cCopy full SHA for 45e484c
1 file changed
support/azure/azure-kubernetes/extensions/troubleshoot-node-auto-provision.md
@@ -293,15 +293,15 @@ Possible solutions include:
293
294
- Verify that the `--dns-service-ip` value matches the actual DNS service. To verify, run the following command:
295
296
-```powershell
+```azurecli-interactive
297
kubectl get svc -n kube-system kube-dns -o jsonpath='{.spec.clusterIP}'
298
```
299
300
- Make sure that the DNS service IP is within the service CIDR range specified during cluster creation.
301
- Check whether Karpenter nodes can reach the service subnets
302
- Restart `CoreDNS pods` if they're in an error state. To restart, run the following command:
303
304
305
kubectl rollout restart deployment/coredns -n kube-system
306
307
0 commit comments