-
Notifications
You must be signed in to change notification settings - Fork 404
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
Eventing pods request much more CPU and memory than they need #17168
Comments
This issue or PR has been automatically marked as stale due to the lack of recent activity. This bot triages issues and PRs according to the following rules:
You can:
If you think that I work incorrectly, kindly raise an issue with the problem. /lifecycle stale |
Still valid. |
This issue or PR has been automatically marked as stale due to the lack of recent activity. This bot triages issues and PRs according to the following rules:
You can:
If you think that I work incorrectly, kindly raise an issue with the problem. /lifecycle stale |
This issue or PR has been automatically closed due to the lack of activity. This bot triages issues and PRs according to the following rules:
You can:
If you think that I work incorrectly, kindly raise an issue with the problem. /close |
@kyma-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
production profile states:
this results in
on skrs the current configuration states:
that results in:
CPU-requests can safely be decreased for all 3 deployments |
On SKRs, we reduced the Eventing requested resources as follows: EC(1 replica):
EPP(sum of 2 replicas):
NATS(sum of 3 replicas):
Total:
|
OSS Production: kyma/resources/eventing/profile-production.yaml Lines 8 to 51 in 35a75e2
OSS Evaluation kyma/resources/eventing/profile-evaluation.yaml Lines 8 to 51 in 35a75e2
|
Description
The default installation of eventing requests a lot of resources:
What gives together: 2,43 CPU and 3,33 GB memory
The actual usage of eventing pods in the idle cluster is: 0.015 CPU and 0.35 GB
Could you adjust requests settings to allow better cluster resources utilization, please?
Acceptance
The text was updated successfully, but these errors were encountered: