File tree Expand file tree Collapse file tree 3 files changed +2
-31
lines changed
Expand file tree Collapse file tree 3 files changed +2
-31
lines changed Original file line number Diff line number Diff line change @@ -102,9 +102,8 @@ On Fedora systems:
102102sudo modprobe rdma_rxe
103103sudo rdma link add rxe0 type rxe netdev eth0 # Name of your active interface
104104kind create cluster --config testing/kind-config-rdma.yaml
105- kubectl label node kind-worker node-role.kubernetes.io/worker=" "
106- kubectl label node kind-worker2 node-role.kubernetes.io/worker=" "
107- k8s-netperf --config config.yaml --hostNet --privileged --ib-write-bw rxe0:1
105+ kubectl label node kind-control-plane node-role.kubernetes.io/worker=" "
106+ k8s-netperf --config config.yaml --hostNet --privileged --ib-write-bw rxe0:1 --local
108107```
109108
110109Cleanup:
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -11,23 +11,3 @@ nodes:
1111 - hostPath : /sys/class/net
1212 containerPath : /sys/class/net
1313 readOnly : true
14- - role : worker
15- extraMounts :
16- - hostPath : /dev/infiniband
17- containerPath : /dev/infiniband
18- - hostPath : /sys/class/infiniband
19- containerPath : /sys/class/infiniband
20- readOnly : true
21- - hostPath : /sys/class/net
22- containerPath : /sys/class/net
23- readOnly : true
24- - role : worker
25- extraMounts :
26- - hostPath : /dev/infiniband
27- containerPath : /dev/infiniband
28- - hostPath : /sys/class/infiniband
29- containerPath : /sys/class/infiniband
30- readOnly : true
31- - hostPath : /sys/class/net
32- containerPath : /sys/class/net
33- readOnly : true
You can’t perform that action at this time.
0 commit comments