-
Notifications
You must be signed in to change notification settings - Fork 16.8k
[stable/rabbitmq] Reduce readiness/liveness probes frequency #10377
Conversation
Signed-off-by: juan131 <[email protected]>
/assign @tompizmor @desaintmartin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/ok-to-test
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: juan131, tompizmor 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 |
| `livenessProbe.timeoutSeconds` | number of seconds | 5 | | ||
| `livenessProbe.periodSeconds` | number of seconds | 5 | | ||
| `livenessProbe.timeoutSeconds` | number of seconds | 20 | | ||
| `livenessProbe.periodSeconds` | number of seconds | 30 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doesn't it miss the default values for readiness probes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right. Check this new PR: #10380
) Signed-off-by: juan131 <[email protected]>
Signed-off-by: juan131 [email protected]
What this PR does / why we need it:
Currently, readiness/liveness probes are executed every 5 seconds which is causing high CPU usage on certain clusters. This PR increases the timeoutSeconds & periodSeconds of these probes to reduce the frequency so they reduce the impact on the cluster performance.
Which issue this PR fixes
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]