diff --git a/resources/node-kubelet-conf.yaml b/resources/node-kubelet-conf.yaml index d11bea3..013ec3b 100644 --- a/resources/node-kubelet-conf.yaml +++ b/resources/node-kubelet-conf.yaml @@ -11,6 +11,7 @@ authorization: mode: AlwaysAllow clusterDNS:${cluster_dns} clusterDomain: "cluster.local" +cpuManagerPolicy: "static" evictionHard: memory.available: "1Gi" nodefs.available: "2Gi"