OCPBUGS-77040: Add AWS ISO domains to konnectivity IsCloudAPI#8251
OCPBUGS-77040: Add AWS ISO domains to konnectivity IsCloudAPI#8251openshift-merge-bot[bot] merged 1 commit intoopenshift:mainfrom
Conversation
The konnectivity proxy was missing AWS ISO (classified) region domains from its cloud API detection. This prevented the ingress operator from adding these domains to the NO_PROXY list, blocking direct communication with endpoints in those namespaces. Add the following AWS ISO domain suffixes: - .c2s.ic.gov (AWS ISO / C2S) - .hci.ic.gov (AWS ISO / HCI) - .sc2s.sgov.gov (AWS ISO-B / SC2S) Fixes: OCPBUGS-77040 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
Skipping CI for Draft Pull Request. |
|
@csrwng: This pull request references Jira Issue OCPBUGS-77040, which is invalid:
Comment 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. |
|
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: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe 🚥 Pre-merge checks | ✅ 9 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (9 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: csrwng The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8251 +/- ##
=======================================
Coverage 34.65% 34.65%
=======================================
Files 767 767
Lines 93263 93266 +3
=======================================
+ Hits 32318 32321 +3
Misses 58266 58266
Partials 2679 2679
🚀 New features to boost your workflow:
|
|
/jira refresh |
|
@csrwng: This pull request references Jira Issue OCPBUGS-77040, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (yli2@redhat.com), skipping review request. 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. |
|
/lgtm |
|
Scheduling tests matching the |
Test Resultse2e-aws
e2e-aks
|
AI Test Failure AnalysisJob: Generated by hypershift-analyze-e2e-failure post-step using Claude claude-opus-4-6 |
|
/retest-required |
AI Test Failure AnalysisJob: Generated by hypershift-analyze-e2e-failure post-step using Claude claude-opus-4-6 |
|
Now I have all the evidence needed. Let me compile the final report. Test Failure Analysis CompleteJob Information
Test Failure AnalysisErrorSummaryThe sole test failure ( Root CauseAWS EC2 API throttling on shared CI account — not a product or test code bug. The failure chain is:
Why this is a flake, not a regression: The PR changes ( Recommendations
Evidence
|
|
/retest-required |
|
/verified by unit test |
|
@csrwng: This PR has been marked as verified by 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. |
|
@csrwng: 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. |
|
@csrwng: Jira Issue Verification Checks: Jira Issue OCPBUGS-77040 Jira Issue OCPBUGS-77040 has been moved to the MODIFIED state and will move to the VERIFIED state when the change is available in an accepted nightly payload. 🕓 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. |
|
Fix included in release 5.0.0-0.nightly-2026-05-06-052707 |
|
/cherry-pick release-4.22 |
|
@csrwng: new pull request created: #8447 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 kubernetes-sigs/prow repository. |
What this PR does / why we need it:
The konnectivity proxy's
IsCloudAPImethod was missing AWS ISO (classified) region domains from its cloud API detection list. This prevented the ingress operator from adding these domains to theNO_PROXYlist, blocking direct (not proxied) communication with endpoints in those namespaces.This PR adds three AWS ISO domain suffixes to the
IsCloudAPImethod:.c2s.ic.gov(AWS ISO / C2S).hci.ic.gov(AWS ISO / HCI).sc2s.sgov.gov(AWS ISO-B / SC2S)Which issue(s) this PR fixes:
Fixes OCPBUGS-77040
Special notes for your reviewer:
The change is minimal and follows the existing pattern of
strings.HasSuffixchecks inIsCloudAPI. The three new domains are grouped together after the existing.amazonaws.comsuffix check.Checklist:
🤖 Generated with Claude Code via
/jira:solve OCPBUGS-77040Summary by CodeRabbit
New Features
.c2s.ic.gov,.hci.ic.gov, and.sc2s.sgov.gov, enabling connectivity to isolated AWS regions.Tests