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

Adjustment network component resources #695

Merged
merged 4 commits into from
Jan 15, 2024

Conversation

zeroalphat
Copy link
Contributor

@zeroalphat zeroalphat commented Jan 10, 2024

  • coredns
    • revise cpu request from 100m to 50m
    • revise memory request from 70Mi to 250Mi
  • unbound(node-dns)
    • set cpu request 28m 50m
    • set memory request 250Mi

@zeroalphat zeroalphat force-pushed the adjustment-network-component-resources branch from bd1eb92 to aaabc06 Compare January 10, 2024 08:26
@zeroalphat zeroalphat self-assigned this Jan 10, 2024
@zeroalphat zeroalphat requested review from YZ775 and masa213f and removed request for YZ775 January 11, 2024 02:08
@@ -58,6 +58,10 @@ spec:
mountPath: /etc/unbound
- name: var-run-unbound
mountPath: /var/run/unbound
resources:
requests:
cpu: 28m
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think 28m is too precise. How about rounding up to 50m?

Signed-off-by: zeroalphat <[email protected]>
Signed-off-by: zeroalphat <[email protected]>
@zeroalphat zeroalphat requested a review from masa213f January 15, 2024 05:02
Copy link
Contributor

@masa213f masa213f left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zeroalphat zeroalphat merged commit 985960f into main Jan 15, 2024
6 checks passed
@zeroalphat zeroalphat deleted the adjustment-network-component-resources branch January 15, 2024 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants