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

Extract all deamonsets of Cilium #823

Merged
merged 1 commit into from
Apr 29, 2022

Conversation

ungureanuvladvictor
Copy link
Member

In our environments we deploy multiple Cilium agent deamonsets because of memory pressure. We have hosts where the cilium-agent is consuming an order of magnitude compared to other low-workload hosts where cilium-agent is coasting related to memory usage. If we run the sysdump command it will collect just the 1st deamonset that it detects leaving the rest out.

I decided to write to file the full DaemonSetList rather than separate files per deamonset.

Signed-off-by: Vlad Ungureanu ungureanuvladvictor@gmil.com

Signed-off-by: Vlad Ungureanu <ungureanuvladvictor@gmil.com>
@ungureanuvladvictor ungureanuvladvictor requested a review from a team as a code owner April 29, 2022 18:37
@ungureanuvladvictor ungureanuvladvictor temporarily deployed to ci April 29, 2022 18:37 Inactive
Copy link
Contributor

@ldelossa ldelossa left a comment

Choose a reason for hiding this comment

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

LGTM.

@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Apr 29, 2022
@michi-covalent michi-covalent merged commit a1f0417 into master Apr 29, 2022
@michi-covalent michi-covalent deleted the vladu/write-multiple-daemonsets branch April 29, 2022 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has passed all tests and received consensus from code owners to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants