OCPBUGS-115111: Tolerate HyperShift startup pod alerts - #31633
vsolanki12 wants to merge 1 commit into
Conversation
OCPBUGS-115111 Guest clusters with external control planes can report KubePodNotReady while initial platform pods converge. Limit the exception to the startup window and affected namespaces so later readiness regressions remain visible. Signed-off-by: Vimal Solanki <vsolanki@redhat.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
Skipping CI for Draft Pull Request. |
|
@vsolanki12: This pull request references Jira Issue OCPBUGS-115111, which is valid. 3 validation(s) were run on this bug
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: vsolanki12 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 |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (3)
Included review availability: Your plan provides up to 8 included reviews per hour; 6 remain after this review. WalkthroughAlert evaluation now filters selected startup ChangesExternal topology alert filtering
Priority: ⬇️ Low Estimated code review effort: 3 (Moderate) | ~20 minutes Change: Bug fix Suggested reviewers: Merge Risk: ⚪ Minimal · up to The startup grace-period filtering covers the intended boundary without leaving an alert at exactly five minutes eligible for failure. 🚥 Pre-merge checks | ✅ 13 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (13 passed)
Full details: Test Structure And QualityExplanation The added table test uses
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Scheduling tests matching the |
|
@vsolanki12: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
What does this PR do?
Tolerates bounded, expected
KubePodNotReadyalerts during HyperShift guest-cluster startup.The exception applies only to external control-plane topology and the affected
openshift-dns,openshift-insights, andopenshift-ingress-canarynamespaces.
Why is this change needed?
HyperShift guest clusters can temporarily report these alerts while initial
platform pods converge. The monitor previously evaluated the startup intervals
with normal thresholds, causing false failures.
Intervals that continue beyond the five-minute startup grace period remain
subject to the existing checks.
How was this tested?
go test ./pkg/monitortests/testframework/legacytestframeworkmonitortestsgo test ./pkg/monitortests/testframework/... ./pkg/cmd/openshift-tests/devgo test ./pkg/monitortests/...Jira
https://issues.redhat.com/browse/OCPBUGS-115111
Summary by CodeRabbit