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: add support for startupProbe on kong pods #792

Merged
merged 3 commits into from
May 15, 2023

Conversation

slavogiez
Copy link
Contributor

What this PR does / why we need it:

When kong dataplanes need to load a large config, pods may take some time to be ready. Without the startup probe, we would need to increase failureThreshold or play with initialDelaySeconds, which would have negative side effect on responsiveness of these probes in case of real issues.

Which issue this PR fixes

(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)
No issue opened

Special notes for your reviewer:

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

  • PR is based off the current tip of the main branch.
  • Changes are documented under the "Unreleased" header in CHANGELOG.md
  • New or modified sections of values.yaml are documented in the README.md
  • Commits follow the Kong commit message guidelines

@slavogiez slavogiez marked this pull request as ready for review May 3, 2023 09:06
@slavogiez slavogiez requested a review from a team as a code owner May 3, 2023 09:06
@czeslavo
Copy link
Contributor

czeslavo commented May 4, 2023

Hey @slavogiez, thank you for the contribution! It looks reasonable to me. Would you mind adding an entry to the CHANGELOG for that?

@slavogiez
Copy link
Contributor Author

slavogiez commented May 5, 2023

Hi @czeslavo, thanks for your quick reply! I just added the entry in the changelog. Sorry for this, as I didn't the unreleased header, I thought it would be automatically generated during release.

@czeslavo czeslavo merged commit a3d2c0d into Kong:main May 15, 2023
11 checks passed
@slavogiez slavogiez deleted the feat/startup-probe branch June 2, 2023 13:22
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.

None yet

2 participants