How to enable CPUManagerPolicy static options #833
Unanswered
schlichtanders
asked this question in
Q&A
Replies: 2 comments 4 replies
-
I just found the option |
Beta Was this translation helpful? Give feedback.
1 reply
-
@schlichtanders Sadly, I do not think it will work, please do not hesitate to submit a PR, what needs to be done is add a variable and concatenate the value to the value in this line: terraform-hcloud-kube-hetzner/locals.tf Line 322 in 7a731eb |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think I have the problem that my pods don't get dedicated CPUs.
Researching pointed me to https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/#static-policy-options
which mentions to set
full-pcpus-only
for the CPUManager Policy, which I think is set viakubelet-arg
I've seen that this repo mentions
kubelet-arg
in locals.tf, however I don't know how I can set this from mykube.tf
file. Any help is highly appreciated.Beta Was this translation helpful? Give feedback.
All reactions