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:
committed by
Alena Prokharchyk
parent
34c63f5e45
commit
5cf3f1c161
@@ -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")),
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user