mirror of https://github.com/k3s-io/k3s
Fix network tester build error
parent
3bf0b45ea4
commit
e0519f23f7
|
@ -218,7 +218,7 @@ func contactOthers(state *State) {
|
|||
}
|
||||
|
||||
for _, e := range endpoints.Endpoints {
|
||||
contactSingle("http://"+e, state)
|
||||
contactSingle("http://"+e.IP+":"+string(e.Port), state)
|
||||
}
|
||||
|
||||
time.Sleep(5 * time.Second)
|
||||
|
|
Loading…
Reference in New Issue