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

Turn off CNP node status GC when CNP status updates are disabled. #24390

Merged
merged 1 commit into from Mar 16, 2023

Conversation

marseel
Copy link
Contributor

@marseel marseel commented Mar 15, 2023

CNP Node Status GC was still running in cilium-operator even though by default CNP Node Status updates were disabled.
This GC periodically made unnecessary API calls (one call per 10 policies) to k8s apiserver, which were going directly to underlying Etcd.

Disable by default CNP Node Status GC in cilium-operator.

CNP Node Status GC was still running in cilium-operator even though by default CNP Node Status updates were disabled.
This GC periodically made unnecessary API calls (one call per 10 policies) to k8s apiserver, which were going directly to underlying Etcd.

Signed-off-by: Marcel Zieba <marcel.zieba@isovalent.com>
@marseel marseel added the release-note/minor This PR changes functionality that users may find relevant to operating Cilium. label Mar 15, 2023
@marseel marseel requested review from a team as code owners March 15, 2023 14:39
@marseel marseel requested a review from squeed March 15, 2023 14:39
@squeed
Copy link
Contributor

squeed commented Mar 16, 2023

/test

@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 Mar 16, 2023
@aditighag aditighag merged commit faa23a0 into cilium:master Mar 16, 2023
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. release-note/minor This PR changes functionality that users may find relevant to operating Cilium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants