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

Keda manager installs Keda with overcommited resources #521

Open
kwiatekus opened this issue Oct 16, 2024 · 0 comments
Open

Keda manager installs Keda with overcommited resources #521

kwiatekus opened this issue Oct 16, 2024 · 0 comments
Assignees
Milestone

Comments

@kwiatekus
Copy link
Contributor

kwiatekus commented Oct 16, 2024

Description

Default Keda CR defines overcommited resource requests for keda workloads

apiVersion: operator.kyma-project.io/v1alpha1
kind: Keda
metadata:
  name: default
spec:
  resources:
    operator:
      requests:
        cpu: "300m"
        memory: "150Mi"
    metricServer:
      requests:
        cpu: "300m"
        memory: "500Mi"

Those should be reduced, as keda documents that 100m is enough for production-grade installation

Additionally we should also reduce resources for keda admission webhook.

Reasons

Conservation of cluster compute resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant