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

feat: core service ready/liveness probes to be configurable #1854

Closed

Conversation

dylanhitt
Copy link

@dylanhitt dylanhitt commented Nov 5, 2024

Allows for core probes to be configurable. I understand most operations should take less than 1 second and they seem too. However there's points where I've found especially when using the AWS VPC CNI. The probe takes greater than a second, it's extremely hard to prove exactly why. However, when I patch the timeoutSeconds to 10 seconds the 503s caused by the readiness probe failing go away.

I've noticed people have asked for this and have been shot down. I'm hoping a PR is better received.

Cheers

@dylanhitt dylanhitt force-pushed the chore/configurable-core-probes branch 2 times, most recently from e25b61f to 72ff59f Compare November 6, 2024 02:29
@dylanhitt dylanhitt force-pushed the chore/configurable-core-probes branch from 72ff59f to 369d695 Compare November 6, 2024 02:30
@dylanhitt dylanhitt closed this Nov 6, 2024
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.

1 participant