mirror of
https://github.com/rancher/rke.git
synced 2025-08-31 14:36:32 +00:00
add ignore_docker_version
This commit is contained in:
@@ -40,6 +40,9 @@ func (c *Cluster) InvertIndexHosts() error {
|
||||
if err := newHost.RegisterDialer(c.Dialer); err != nil {
|
||||
return fmt.Errorf("Failed to register new Dialer for host [%s]: %v", host.Address, err)
|
||||
}
|
||||
|
||||
newHost.IgnoreDockerVersion = c.IgnoreDockerVersion
|
||||
|
||||
for _, role := range host.Role {
|
||||
logrus.Debugf("Host: " + host.Address + " has role: " + role)
|
||||
switch role {
|
||||
|
Reference in New Issue
Block a user