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

Bump the memory request/limit for ip-masq-daemon. #47887

Merged
merged 1 commit into from Jun 22, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions cluster/addons/ip-masq-agent/ip-masq-agent.yaml
Expand Up @@ -21,10 +21,10 @@ spec:
resources:
limits:
cpu: 100m
memory: 8Mi
memory: 16Mi
requests:
Copy link
Contributor

Choose a reason for hiding this comment

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

One question here, instead of bump the request here, why not just remove the request?

Copy link
Contributor

Choose a reason for hiding this comment

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

@dnardo @dchen1107 hope can get some comments from you for this question even this is merged, thanks.

cpu: 10m
memory: 8Mi
memory: 16Mi
securityContext:
privileged: true
volumeMounts:
Expand Down