mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 05:36:12 +00:00
Fix network tester build error
This commit is contained in:
@@ -218,7 +218,7 @@ func contactOthers(state *State) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for _, e := range endpoints.Endpoints {
|
for _, e := range endpoints.Endpoints {
|
||||||
contactSingle("http://"+e, state)
|
contactSingle("http://"+e.IP+":"+string(e.Port), state)
|
||||||
}
|
}
|
||||||
|
|
||||||
time.Sleep(5 * time.Second)
|
time.Sleep(5 * time.Second)
|
||||||
|
Reference in New Issue
Block a user