From 5cf3f1c1619be73f33461df827580b731fed4c6e Mon Sep 17 00:00:00 2001 From: Prachi Damle Date: Wed, 4 Dec 2019 16:20:15 -0800 Subject: [PATCH] Revert mounting modules for windows --- cluster/plan.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cluster/plan.go b/cluster/plan.go index 85e83da6..5415d094 100644 --- a/cluster/plan.go +++ b/cluster/plan.go @@ -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")), } }