-
Notifications
You must be signed in to change notification settings - Fork 16.8k
Utilize resource requests and limits #11608
Conversation
Hi @naiduarvind. Thanks for your PR. I'm waiting for a helm member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
/assign @unguiculus |
@@ -57,6 +57,8 @@ spec: | |||
value: {{ .Values.efsProvisioner.awsRegion }} | |||
- name: PROVISIONER_NAME | |||
value: {{ .Values.efsProvisioner.provisionerName }} | |||
resources: | |||
{{ toYaml .Values.resources | indent 12 }} |
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.
you need to check if there are resources to add otherwise not add the resources
entry
also rebase your branch to get the latest
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.
Noted, I will update the PR by end of day.
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.
@cpanato Hi, been busy. As seen from the screenshot below, updated this chart to utilise the new defaults in a Chart template creation which will not create the resource limits if not defined.
I have also rebased my branch so we should be good to merge this changes.
cc: @paulczar @unguiculus
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions. |
Signed-off-by: Arvind Naidu <[email protected]>
Signed-off-by: Arvind Naidu <[email protected]>
/ok-to-test |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: naiduarvind, paulczar The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* Utilize resource requests and limit Signed-off-by: Arvind Naidu <[email protected]> * Bump Chart version and update resources template Signed-off-by: Arvind Naidu <[email protected]>
* Utilize resource requests and limit Signed-off-by: Arvind Naidu <[email protected]> * Bump Chart version and update resources template Signed-off-by: Arvind Naidu <[email protected]>
* Utilize resource requests and limit Signed-off-by: Arvind Naidu <[email protected]> * Bump Chart version and update resources template Signed-off-by: Arvind Naidu <[email protected]>
* Utilize resource requests and limit Signed-off-by: Arvind Naidu <[email protected]> * Bump Chart version and update resources template Signed-off-by: Arvind Naidu <[email protected]>
* Utilize resource requests and limit Signed-off-by: Arvind Naidu <[email protected]> * Bump Chart version and update resources template Signed-off-by: Arvind Naidu <[email protected]>
* Utilize resource requests and limit Signed-off-by: Arvind Naidu <[email protected]> * Bump Chart version and update resources template Signed-off-by: Arvind Naidu <[email protected]>
* Utilize resource requests and limit Signed-off-by: Arvind Naidu <[email protected]> * Bump Chart version and update resources template Signed-off-by: Arvind Naidu <[email protected]>
Signed-off-by: Arvind Naidu [email protected]
What this PR does / why we need it:
To be brief, this PR allow users of this Helm chart to take advantage of setting resource requests and limits which otherwise would not work as specified in the values.yaml / README.
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]