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

Add startup probe #40190

Merged
merged 2 commits into from Jan 20, 2023
Merged

Add startup probe #40190

merged 2 commits into from Jan 20, 2023

Conversation

rmweir
Copy link
Contributor

@rmweir rmweir commented Jan 17, 2023

Issue:

#39942

Problem

Break out of #38177.

Solution

This gives another way of further delaying readiness probes. This is sometimes necessary now because startup time for rancher has increased since v2.5.

Testing

Engineering Testing

Manual Testing

Automated Testing

QA Testing Considerations

Install chart using --set settings to set startupProbe.periodSeconds and/or startupProbe.failureThreshold. Just configuring one should be enough. The rest of startupProbe should use sensible defaults. It should work when configuring both as well. Can check the rancher deployment to confirm everything is as expected.

Regressions Considerations

@rmweir rmweir force-pushed the add-start-probe branch 2 times, most recently from 88400b4 to 66ab6ff Compare January 17, 2023 23:25
cbron
cbron previously approved these changes Jan 17, 2023
Copy link
Contributor

@cbron cbron left a comment

Choose a reason for hiding this comment

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

lgtm, just link back to that original issue, which is likely closed now.

@cbron cbron changed the title Add start probe Add startup probe Jan 17, 2023
@rmweir rmweir requested a review from cbron January 18, 2023 23:16
cbron
cbron previously approved these changes Jan 18, 2023
chart/tests/deployment_test.yaml Show resolved Hide resolved
Added startupProbe defaults when startupProbe.periodSeconds or
startupProbe.failureThreshold are set.
@rmweir rmweir merged commit fbfb16c into rancher:release/v2.6 Jan 20, 2023
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