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")), } }