1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-19 10:26:20 +00:00

Revert mounting modules for windows

This commit is contained in:
Prachi Damle
2019-12-04 16:20:15 -08:00
committed by Alena Prokharchyk
parent 34c63f5e45
commit 5cf3f1c161

View File

@@ -659,7 +659,6 @@ func (c *Cluster) BuildKubeProxyProcess(host *hosts.Host, prefixPath string, svc
fmt.Sprintf("%s:c:/host/etc/kubernetes", path.Join(prefixPath, "/etc/kubernetes")),
// exchange resources with other components
fmt.Sprintf("%s:c:/host/run", path.Join(prefixPath, "/run")),
fmt.Sprintf("%s:c:/host/lib/modules", path.Join(prefixPath, "/lib/modules")),
}
}