1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-31 14:36:32 +00:00

Change Ignore to enforce docker version

This commit is contained in:
galal-hussein
2018-01-08 22:22:20 +02:00
parent 6cebe31ed3
commit 203bd005e3
4 changed files with 8 additions and 8 deletions

View File

@@ -38,7 +38,7 @@ func (c *Cluster) InvertIndexHosts() error {
RKEConfigNode: host,
}
newHost.IgnoreDockerVersion = c.IgnoreDockerVersion
newHost.EnforceDockerVersion = c.EnforceDockerVersion
for _, role := range host.Role {
logrus.Debugf("Host: " + host.Address + " has role: " + role)