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

Configurable resources for trident-operator #927

Open
fisju opened this issue Sep 24, 2024 · 0 comments · May be fixed by #929
Open

Configurable resources for trident-operator #927

fisju opened this issue Sep 24, 2024 · 0 comments · May be fixed by #929

Comments

@fisju
Copy link

fisju commented Sep 24, 2024

Currently there's no way to configure resources for trident-operator, e.g. cpuLimit of 20m seems to be too low and is causing cpu throttling.

Proposed solution is to update values.yaml and templates/deployment.yaml

helm/trident-operator/templates/deployment.yaml:

        resources:
        {{- .Values.operatorResources | toYaml | nindent 10 }}

helm/trident-operator/values.yaml:

# operatorResources allows configurable trident-operator resources 
operatorResources:
  requests:
    cpu: "10m"
    memory: "40Mi"
  limits:
    cpu: "20m"
    memory: "80Mi"
clementnuss added a commit to clementnuss/trident that referenced this issue Sep 27, 2024
clementnuss added a commit to clementnuss/trident that referenced this issue Sep 27, 2024
@clementnuss clementnuss linked a pull request Sep 27, 2024 that will close this issue
clementnuss added a commit to clementnuss/trident that referenced this issue Oct 17, 2024
clementnuss added a commit to clementnuss/trident that referenced this issue Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant