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

Fix memory limit #413

Closed
wants to merge 1 commit into from
Closed

Fix memory limit #413

wants to merge 1 commit into from

Conversation

georgio-sd
Copy link

CA has a known bug kubernetes/autoscaler#3506
The container consumes more memory than it is limited to.

This fix will prevent issues with OOMKill errors with cluster-autoscaler container

Issue #, if available:

kubernetes/autoscaler#3506

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

CA has a known bug kubernetes/autoscaler#3506
The container consumes more memory than it is limited to.

This fix will prevent issues with OOMKill errors with cluster-autoscaler container
@jimdial-aws jimdial-aws assigned pgasca and jimdial-aws and unassigned pgasca Jul 30, 2021
```
kubectl patch deployment cluster-autoscaler \
-n kube-system \
-p '{"spec":{"template":{"spec":{"containers":[{"name":"cluster-autoscaler","resources":{"limits":{"memory":"1000Mi"}}}]}}}}'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably be left to configure for the customer, with perhaps a suggestion that makes it obvious it is not a 1-size fits all.

@obrienjason
Copy link

Page content has changed, with memory limits discussed more generally. It's up to the user to determine what's best for their environment.

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.

5 participants