OCPBUGS-23746: Add inertia for APIServicesAvailable condition#632
OCPBUGS-23746: Add inertia for APIServicesAvailable condition#632sdodson wants to merge 2 commits intoopenshift:mainfrom
Conversation
Add support for APIServicesAvailable inertia to tolerate brief transient errors. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Add inertia to the APIServicesAvailable condition to prevent brief transient errors (such as temporary network issues or brief missing HTTP headers) from causing Available=False. This uses a 5-second tolerance window for these self-resolving errors. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
@sdodson: This pull request references Jira Issue OCPBUGS-23746, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: sdodson The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@sdodson: This pull request references Jira Issue OCPBUGS-23746, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/test images |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Add inertia to the APIServicesAvailable condition to prevent brief transient
errors (such as temporary network issues or brief missing HTTP headers) from
causing Available=False. This uses a 5-second tolerance window for these
self-resolving errors.
🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com