mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-20 09:33:52 +00:00
Merge pull request #22577 from jpiccari/master
Auto commit by PR queue bot
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user