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

No limits or requests set on Trident resources #853

Open
cjreyn opened this issue Aug 16, 2023 · 1 comment · May be fixed by #930
Open

No limits or requests set on Trident resources #853

cjreyn opened this issue Aug 16, 2023 · 1 comment · May be fixed by #930
Labels

Comments

@cjreyn
Copy link

cjreyn commented Aug 16, 2023

Describe the bug
No limits or requests are set for any Trident pods except the operator pod. This is bad practice, as an issue in Trident could take down the cluster.

Environment
Provide accurate information about the environment to help us reproduce the issue.

  • Trident version: 23.07
  • Trident installation flags used: none
  • Container runtime: containerd 1.6.6-3.1
  • Kubernetes version: 1.25.9
  • Kubernetes orchestrator: kubeadm
  • Kubernetes enabled feature gates: na
  • OS: RHEL8
  • NetApp backend types: ONTAP AFF
  • Other:

To Reproduce
Install trident with the helm chart. Query the daemonset named "daemonset.apps/trident-node-linux" and all pods it starts. No sign of limits or requests.

Expected behavior
The daemonset should set some sensible cpu, mem, and ephemeral storage limits and requests.

Additional context
Add any other context about the problem here.

@cjreyn cjreyn added the bug label Aug 16, 2023
@m0untains
Copy link

We bumped into this issue as well, as we have a number of cluster policies (i.e. kyverno) for enforcing various standards around how resources and limits are set across the cluster.

It would be great if the helm chart let us specify (override) the resource block for each pod deployed (i.e. app, daemonset, and all sidecars). This flexibility is a fairly common paradigm across the k8s helm ecosystem, so we were surprised to not find it here.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants