Commit 269d9f02 authored by Daishan Peng's avatar Daishan Peng Committed by Darren Shepherd

enable mountPropagation

parent a107bee5
......@@ -73,6 +73,7 @@ func kubelet(config *AgentConfig) {
"--kubeconfig", config.KubeConfig,
"--eviction-hard", "imagefs.available<5%,nodefs.available<5%",
"--eviction-minimum-reclaim", "imagefs.available=10%,nodefs.available=10%",
"--feature-gates=MountPropagation=true",
"--fail-swap-on=false",
"--cgroup-root", "/k3s",
"--cgroup-driver", "cgroupfs",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment