-
Notifications
You must be signed in to change notification settings - Fork 765
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 enhanced livenessProbe solution #1161
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Welcome @BH4AWS! It looks like this is your first PR to openkruise/kruise 🎉 |
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## master #1161 +/- ##
==========================================
+ Coverage 49.73% 51.31% +1.58%
==========================================
Files 137 149 +12
Lines 19331 22090 +2759
==========================================
+ Hits 9614 11336 +1722
- Misses 8667 9588 +921
- Partials 1050 1166 +116
Flags with carried forward coverage won't be shown. Click here to find out more. see 59 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
/reopen |
@veophi: Reopened this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Ⅰ. Describe what this PR does
A new feature of the enhanced livenessProbe solution will be developed in Kruise. This PR is the detail proposal.
Ⅱ. Does this pull request fix one issue?
No, this is a new feature solution.
Ⅲ. Describe how to verify it
An enhanced livenessProbe solution is developed in the OpenKruise suite, where is compatible with the standard livenessProbe design in the Kubernetes OpenSource community, which fully considers the service availability when the application containers are restarting.
Ⅳ. Special notes for reviews
No.