-
Notifications
You must be signed in to change notification settings - Fork 16.8k
[stable/rabbit-ha] Added liveness probe period #6643
[stable/rabbit-ha] Added liveness probe period #6643
Conversation
Hi @RaymondArias. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with I understand the commands that are listed here. 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. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: RaymondArias If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/assign @scottrigby |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions. |
@RaymondArias still want this in? can you fix the mergeconflict? |
Closing add in another pr |
What this PR does / why we need it:
Enable liveness probe period for rabbit-ha nodes. The current liveness probe looks like it is cpu intensive, the idling pods consume ~500 millicores because of the liveness probe.
This allows for users to decide how frequently to run liveness probe and cutting down cpu usage drastically.
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #3855Special notes for your reviewer: