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

Memory limit of 200Mi for the whereabouts daemon-set inadequate for large clusters #386

Open
royanirban76 opened this issue Oct 10, 2023 · 0 comments

Comments

@royanirban76
Copy link

royanirban76 commented Oct 10, 2023

With the 200Mi memory limit for the whereabouts daemon-set the POD is getting OOMKilled in large clusters (100+ workers).
We locally tested with limit set to 400Mi and the issue is not seen.
We run the daemon sets as so,
command: [ "/bin/sh" ]
args:
- -c
- >
SLEEP=false /install-cni.sh &&
/ip-control-loop -log-level debug

So the PODs are not sleeping after the install. ip-control-loop is running continuously.

Raising this ticket to consider that change.

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

No branches or pull requests

1 participant