mirror of
https://github.com/rancher/rke.git
synced 2025-08-18 06:47:13 +00:00
typo
This commit is contained in:
parent
2f6ead9cf2
commit
5ea7cdebcb
@ -32,7 +32,7 @@ func (c *Cluster) TunnelHosts(ctx context.Context, local bool) error {
|
|||||||
uniqueHosts := hosts.GetUniqueHostList(c.EtcdHosts, c.ControlPlaneHosts, c.WorkerHosts)
|
uniqueHosts := hosts.GetUniqueHostList(c.EtcdHosts, c.ControlPlaneHosts, c.WorkerHosts)
|
||||||
for i := range uniqueHosts {
|
for i := range uniqueHosts {
|
||||||
if err := uniqueHosts[i].TunnelUp(ctx, c.DockerDialerFactory); err != nil {
|
if err := uniqueHosts[i].TunnelUp(ctx, c.DockerDialerFactory); err != nil {
|
||||||
// Unsupported Docker version is NOT a connectivity problem that we can't recover! So we bail out on it
|
// Unsupported Docker version is NOT a connectivity problem that we can recover! So we bail out on it
|
||||||
if strings.Contains(err.Error(), "Unsupported Docker version found") {
|
if strings.Contains(err.Error(), "Unsupported Docker version found") {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user