OCPBUGS-75931: [release-4.20] fix(cpo): Correct route labeling logic for HCP router infrastructure#7642
OCPBUGS-75931: [release-4.20] fix(cpo): Correct route labeling logic for HCP router infrastructure#7642csrwng wants to merge 1 commit intoopenshift:release-4.20from
Conversation
|
Skipping CI for Draft Pull Request. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/test verify |
|
[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 |
|
/jira cherry-pick OCPBUGS-75930 |
|
@csrwng: Jira Issue OCPBUGS-75930 has been cloned as Jira Issue OCPBUGS-75931. Will retitle bug to link to clone. 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: This pull request references Jira Issue OCPBUGS-75931, 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. |
6316ce8 to
14d91ca
Compare
14d91ca to
88f92ce
Compare
|
/make test |
26a80af to
5844d49
Compare
5844d49 to
2ff9e18
Compare
2ff9e18 to
0eb3400
Compare
…ions Fixed upgrade failures caused by unexpected router LoadBalancer creation. Previous logic incorrectly made per-service route labeling decisions, creating router infrastructure even when routes should use the management cluster router. Changed route labeling to cluster-level decision based on KAS publishing strategy. Routes now use HCP router only when: (1) cluster uses PrivateLink, OR (2) cluster is public with dedicated DNS for KAS. Added LabelHCPRoutes() as single source of truth. Removed per-service DNS helper functions and IsPublicWithDNS() functions that caused inconsistent labeling. Signed-off-by: Cesar Wong <cewong@redhat.com> Commit-Message-Assisted-by: Claude (via Claude Code)
0eb3400 to
4d705c4
Compare
|
@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. |
|
/jira refresh |
|
@csrwng: This pull request references Jira Issue OCPBUGS-75931, which is invalid:
Comment 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. |
|
/verified later @heliubj18 |
|
@csrwng: This PR has been marked to be verified later 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. |
|
/lgtm |
Manual backport of #7641