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

CLOUDP-239117: Increased resources limits for AKO container #1472

Merged
merged 2 commits into from
Mar 26, 2024

Conversation

igor-karpukhin
Copy link
Collaborator

All Submissions:

  • Have you signed our CLA?
  • Put closes #XXXX in your comment to auto-close the issue that your PR fixes (if there is one).
  • Update docs/release-notes/release-notes.md if your changes should be included in the release notes for the next release.

@@ -45,8 +45,8 @@ spec:
imagePullPolicy: Always
resources:
limits:
cpu: 500m
memory: 256Mi
cpu: 1000m
Copy link
Collaborator

Choose a reason for hiding this comment

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

we shouldn't set cpu limits.

Copy link
Collaborator

Choose a reason for hiding this comment

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

cpu: 500m
memory: 256Mi
cpu: 1000m
memory: 1Gi
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this value measured or just a guess? If it is the latter we should measure first, i.e. based off integration tests.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Additionally, the limit should equal the request, see the above blog post as well.

@s-urbaniak
Copy link
Collaborator

generally: I'd recommend running integration tests locally, using kind with a deployed Prometheus setup and use https://github.com/robusta-dev/krr to measure.

I can help here if needed.

@igor-karpukhin
Copy link
Collaborator Author

As per our conversation @s-urbaniak I updated the PR.

@s-urbaniak s-urbaniak merged commit 1677f28 into main Mar 26, 2024
9 checks passed
@roothorp roothorp deleted the CLOUDP-239117/memory-limit branch September 26, 2024 10:02
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.

2 participants