1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-15 22:49:13 +00:00

updates for prefix path

This commit is contained in:
Luther Monson
2020-08-05 15:39:25 -07:00
parent 7d6181a290
commit 23d2341172
5 changed files with 47 additions and 8 deletions

View File

@@ -1186,5 +1186,6 @@ func (c *Cluster) getWindowsEnv(host *hosts.Host) []string {
fmt.Sprintf("%s=%s", NodeAddressEnv, host.Address),
fmt.Sprintf("%s=%s", NodeInternalAddressEnv, host.InternalAddress),
fmt.Sprintf("%s=%s", CloudProviderNameEnv, c.CloudProvider.Name),
fmt.Sprintf("%s=%s", NodePrefixPath, host.PrefixPath),
}
}