upbound / universal-crossplane

Enterprise-grade @crossplane from @upbound
https://upbound.io/product/universal-crossplane
Apache License 2.0
120 stars 31 forks source link

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

Closed humoflife closed 1 year ago

humoflife commented 1 year ago

…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:

How has this code been tested

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

Upbound-CLA commented 1 year ago

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.