-
Notifications
You must be signed in to change notification settings - Fork 243
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
Add InitContainers and EphermalContainers to Require Limits and Requests #1103
Add InitContainers and EphermalContainers to Require Limits and Requests #1103
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this. Couple things:
- You must sign off on all commits (DCO).
- See contribution guide here, specifically the part about updating Artifact Hub metadata file.
best-practices/require-pod-requests-limits/require-pod-requests-limits.yaml
Outdated
Show resolved
Hide resolved
3c09a9d
to
4099bae
Compare
Please sign-off your commits - https://github.com/kyverno/policies/pull/1103/checks?check_run_id=28177145454. |
Signed-off-by: Nikhil Maheshwari [email protected] Signed-off-by: Nikhil Maheshwari <[email protected]>
Signed-off-by: Nikhil Maheshwari [email protected] Signed-off-by: Nikhil Maheshwari <[email protected]>
c3997ab
to
529b43d
Compare
@realshuting @chipzoller Could you please approve this? |
Unresolved conversations. |
You have not followed the contribution guide, specifically the part about updating |
@chipzoller I apologize. Have signed off the commits & updated the sha256sum to the I'll make sure such mistakes won't be repeated in future contributions. |
No problem. If the guide isn't clear, let us know. |
Signed-off-by: Nikhil Maheshwari [email protected]
Related Issue(s)
#951
Description
This PR updates the existing Kyverno policy to validate CPU and memory resource requests and limits for both containers and initContainers within Pods. This enhancement ensures comprehensive resource management across all container types in a Kubernetes cluster.
Checklist