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:
@@ -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),
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user