Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should we enable --cpu-manager-policy=static by default #71

Closed
mcastelino opened this issue Mar 19, 2019 · 3 comments
Closed

Should we enable --cpu-manager-policy=static by default #71

mcastelino opened this issue Mar 19, 2019 · 3 comments
Assignees

Comments

@mcastelino
Copy link
Contributor

The static policy allows containers in Guaranteed pods with integer CPU requests access to exclusive CPUs on the node. This exclusivity is enforced using the cpuset cgroup controller.

https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/

@mcastelino
Copy link
Contributor Author

/cc @mythi

@krsna1729
Copy link
Contributor

@mcastelino we already flip flopped

# Kata does not work with static
# https://github.com/kata-containers/runtime/issues/878
# cpuManagerPolicy: static

@krsna1729
Copy link
Contributor

Until we make sure kata works we cannot turn on by default. If user is not interested in running kata they can uncomment and use

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants