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
Copy file name to clipboardExpand all lines: testcases/promtorture/README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -70,12 +70,14 @@ Assuming Ubuntu 24.04:
70
70
71
71
```
72
72
sudo apt install wireguard
73
-
kubectl insider install --pod-cidr 10.244.0.18/16
73
+
kubectl insider install --pod-cidr 10.244.0.0/16
74
74
kubectl insider create network
75
75
kubectl insider connect
76
76
resolvectl domain insider0 cluster.local
77
77
```
78
78
79
+
[kind docs on pod subnet addressing](https://kind.sigs.k8s.io/docs/user/configuration/#pod-subnet)
80
+
79
81
This will give you the ability to directly query kube services like `prometheus-k8s.monitoring.svc.cluster.local` or visit http://grafana.monitoring.svc.cluster.local:3000 directly in a browser.
0 commit comments