mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 04:27:54 +00:00
comment changes
This commit is contained in:
parent
064237a5b8
commit
dc921b8c65
@ -203,7 +203,7 @@ func (server *APIServer) handleMinionReq(w http.ResponseWriter, req *http.Reques
|
|||||||
minionHost := path[:idx]
|
minionHost := path[:idx]
|
||||||
_, port, _ := net.SplitHostPort(minionHost)
|
_, port, _ := net.SplitHostPort(minionHost)
|
||||||
if port == "" {
|
if port == "" {
|
||||||
// No port information
|
// Couldn't retrieve port information
|
||||||
// TODO: Retrieve port info from a common object
|
// TODO: Retrieve port info from a common object
|
||||||
minionHost += ":10250"
|
minionHost += ":10250"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user