Merge pull request #22577 from jpiccari/master

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2016-03-06 00:18:53 -08:00
5 changed files with 6 additions and 6 deletions

View File

@@ -2620,7 +2620,7 @@ func NodeAddresses(nodelist *api.NodeList, addrType api.NodeAddressType) []strin
return hosts
}
// NodeSSHHosts returns SSH-able host names for all schedulable nodes - this exludes master node.
// NodeSSHHosts returns SSH-able host names for all schedulable nodes - this excludes master node.
// It returns an error if it can't find an external IP for every node, though it still returns all
// hosts that it found in that case.
func NodeSSHHosts(c *client.Client) ([]string, error) {