Skip to content

fix: Stop endpoint manager in the agent to regen endpoints periodically #1521

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vakalapa
Copy link
Contributor

@vakalapa vakalapa commented Apr 7, 2025

Description

Disabling the Endpoint regeneration from the Agent endpoint manager.

Related Issue

#1514

Checklist

  • I have read the contributing documentation.
  • I signed and signed-off the commits (git commit -S -s ...). See this documentation on signing commits.
  • I have correctly attributed the author(s) of the code.
  • I have tested the changes locally.
  • I have followed the project's style guidelines.
  • I have updated the documentation, if necessary.
  • I have added tests, if applicable.

Screenshots (if applicable) or Testing Completed

Please add any relevant screenshots or GIFs to showcase the changes made.

Additional Notes

Add any additional notes or context about the pull request here.


Please refer to the CONTRIBUTING.md file for more information on how to contribute to this project.

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (1)

pkg/k8s/cell_linux.go:60

  • [nitpick] Consider extracting the zero duration into a well-named constant or adding a comment to clarify that a value of zero intentionally disables periodic endpoint regeneration to improve code readability.
EndpointRegenInterval: time.Duration(0),

@vakalapa vakalapa marked this pull request as ready for review April 7, 2025 22:16
@vakalapa vakalapa requested a review from a team as a code owner April 7, 2025 22:16
@vakalapa vakalapa requested review from agrawaliti and csfmomo April 7, 2025 22:16
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.

endpoints are being regenerate every 2 minutes after bumping Cilium version
2 participants