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

increased default cpu and memory for crossplane and rbac pods to impr… #397

Closed
wants to merge 3 commits into from

Conversation

humoflife
Copy link

…ove developer experience

Description of your changes

Increased cpu and memory allocation for Crossplane and RBAC pods because the current defaults cause issues for customers including unresponsiveness, throttling and community to official provider migration pain. Some users with low Kubernetes management cluster resources including for local development container runtime resources may need to manually reduce the Crossplane and RBAC resource settings using e.g. the following, but for the majority of users the new settings should provide a much better experience.

up uxp install
--set "resourcesCrossplane.limits.cpu=100m"
--set "resourcesCrossplane.limits.memory=512Mi"
--set "resourcesCrossplane.requests.cpu=100m"
--set "resourcesCrossplane.requests.memory=256Mi"

Please merge this branch if it all looks good.

Thanks.

Fixes #

I have:

  • Read and followed Upbound's contribution process.
  • Run make reviewable to ensure this PR is ready for review.
  • Added backport release-x.y labels to auto-backport this PR, as appropriate.

How has this code been tested

The config has been run successfully to reduce cpu and memory related issues.

@Upbound-CLA
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Markus Schweig seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@humoflife humoflife closed this Aug 30, 2023
@humoflife humoflife deleted the dev-experience-resource-adjustment branch August 30, 2023 22:19
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