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
Another option to test node-to-node or pod-to-pod connectivity is to use the open-source [goldpinger](https://github.com/bloomberg/goldpinger) tool.
112
+
Another option is to use the open-source [goldpinger](https://github.com/bloomberg/goldpinger) tool.
113
113
114
114
2.**Check network plugin status**
115
115
@@ -291,10 +291,20 @@ Common causes include:
291
291
292
292
Possible solutions include:
293
293
294
-
- Verify that the `--dns-service-ip` value matches the actual DNS service. To verify, run the following command: `kubectl get svc -n kube-system kube-dns -o jsonpath='{.spec.clusterIP}'`.
294
+
- Verify that the `--dns-service-ip` value matches the actual DNS service. To verify, run the following command:
295
+
296
+
```powershell
297
+
kubectl get svc -n kube-system kube-dns -o jsonpath='{.spec.clusterIP}'
298
+
```
299
+
295
300
- Make sure that the DNS service IP is within the service CIDR range specified during cluster creation.
296
301
- Check whether Karpenter nodes can reach the service subnets
297
-
- Restart `CoreDNS pods` if they're in an error state. To restart, run the following command: `kubectl rollout restart deployment/coredns -n kube-system`
302
+
- Restart `CoreDNS pods` if they're in an error state. To restart, run the following command:
0 commit comments