-
Notifications
You must be signed in to change notification settings - Fork 371
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 resource limits in the snapshot controller #620
Comments
@LarsBingBong Could you describe here warnings you got for not having resource limit in deployment file? |
Sure ... I'm using datree a Kubernetes YAML linter and quality tool. The warning I get is:
This output can be seen in the console of my IDE as Datree executes as part of a git pre-commit hook. Also, I got this very telling and good answer over on Slack. Mr. Patrick Ohly answering ( part of the answer ):
I hope that clarifies it. |
Add this issue here for reference: kubernetes-csi/csi-driver-host-path#47 |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: 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. |
I can see that there are no resource limit section in the workload spun up by this deployment.
Is that on purpose?
I have a Kubernetes linting tool warning me of this and in general, I thought this to be a best practice. Or is that a special case?
Looking forward to hearing from you.
Thank you very much
The text was updated successfully, but these errors were encountered: