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

Set memory requests to 0 for autosupport container #610

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kcirrr
Copy link

@kcirrr kcirrr commented Jul 31, 2021

Currently there is a memory limit of 1Gi configured for the autosupport container. Because there is no memory request configured for the autosupport container, Kubernetes automatically sets the memory request equal to the memory limit.

This means by default the autosupport container requests 1Gi memory. I understand the need for a limit here, but i think it would be preferable to disable the requests for this container, this can be done by setting it to 0.

Closes #605

@kcirrr kcirrr changed the title Set memory requests to 0 Set memory requests to 0 for autosupport container Jul 31, 2021
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

Successfully merging this pull request may close these issues.

Allow disabling autosupport or configuring resource requests
1 participant