-
-
Notifications
You must be signed in to change notification settings - Fork 463
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
[Feature] limit cpu/memory resource on node #13
Comments
I'll have a look into this once #12 is finished (and merged), since it's changing a lot. |
A brief thought on this. We can certainly set a memory limit on the node container that will have effect on the memory that can be used. But since the node containers have to run in privileged mode, they will still show you the whole memory available from the host system. |
yes, that's what I observed. I tried setting mem_limits & cpus on node via docker-compose. I'd love to work on this, please let me know if you have any ideas on how to achieve this. |
A possibility would be to find out which requirements |
I'm pretty sure that we won't find a proper solution for this very soon 😞 |
Closing this, since there's currently no possibility to achieve this... |
@iwilltry42 good news, there is solution, but it's in cAdvisor. I just make a PR and a related issue.
|
@louiznk , woah, you really went down a rabbit hole there! |
Currently when running
kubectl describe nodes
, node capacity is shown same as host machine. It would be great to have a way to specify cpu/memory limit for node.The text was updated successfully, but these errors were encountered: