Skip to content

Commit

Permalink
sys: set static cpu manager policy
Browse files Browse the repository at this point in the history
https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/#configuration

This will allow finance team to deploy "Guaranteed" Cassandra Pods.
Currently when throttled and sharing CPU with other applications,
results in timeouts instead of slower performance.
  • Loading branch information
george-angel committed Apr 1, 2020
1 parent cb6d56b commit a0bed82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/node-kubelet-conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ authorization:
mode: AlwaysAllow
clusterDNS:${cluster_dns}
clusterDomain: "cluster.local"
cpuManagerPolicy: "static"
evictionHard:
memory.available: "1Gi"
nodefs.available: "2Gi"
Expand Down

0 comments on commit a0bed82

Please sign in to comment.