Skip to content

Commit

Permalink
Remove port from wait message 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kke committed Aug 10, 2021
1 parent 6007cea commit dac48ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phase/install_controllers.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ func (p *InstallControllers) waitJoined(h *cluster.Host) error {
if port == 0 {
port = 6443
}
log.Infof("%s: waiting for kubernetes api to respond :%d", h, port)
log.Infof("%s: waiting for kubernetes api to respond", h)
return h.WaitKubeAPIReady(port)
}

0 comments on commit dac48ad

Please sign in to comment.