Skip to content

Commit c3eb1c7

Browse files
committed
promtorture: kind pod subnet
1 parent 8e88115 commit c3eb1c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

testcases/promtorture/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,14 @@ Assuming Ubuntu 24.04:
7070

7171
```
7272
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
7474
kubectl insider create network
7575
kubectl insider connect
7676
resolvectl domain insider0 cluster.local
7777
```
7878

79+
[kind docs on pod subnet addressing](https://kind.sigs.k8s.io/docs/user/configuration/#pod-subnet)
80+
7981
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.
8082

8183
### Use `socks5` to talk to the services

0 commit comments

Comments
 (0)