We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the solution you'd like with following config:
policy: Active: balloons AvailableResources: CPU: cpuset:1-63 ReservedResources: CPU: cpuset:63
after I scheduled new pod I got an error
unable to apply cgroup configuration: failed to write "63": write /sys/fs/cgroup/cpuset/docker/6eb0031417c8e4e3fd56ba13702cd6cdb5bd920d6065d79a2ca7afe8ca2b40d0/kubelet.slice/kubelet-kubepods.slice/kubelet-ku
because my machine has only: 56 cpus
Why this is needed I want to prevent situation when early detected misconfiguration can be validate before we reconfigure kubelet or even try to run.
ps. I don't know is this generic issues I found it on this branch: may be related to "new feature" cputree developed there: https://github.com/askervin/cri-resource-manager/tree/5Lp_WIP_balloons_topology_fix
The text was updated successfully, but these errors were encountered:
duplicate of #904
Sorry, something went wrong.
No branches or pull requests
Describe the solution you'd like
with following config:
after I scheduled new pod I got an error
because my machine has only: 56 cpus
Why this is needed
I want to prevent situation when early detected misconfiguration can be validate before we reconfigure kubelet or even try to run.
ps. I don't know is this generic issues I found it on this branch: may be related to "new feature" cputree developed there: https://github.com/askervin/cri-resource-manager/tree/5Lp_WIP_balloons_topology_fix
The text was updated successfully, but these errors were encountered: