OTA-1764: feat(cvo): add TLS cipher suites and minimum version flags#8013
OTA-1764: feat(cvo): add TLS cipher suites and minimum version flags#8013DavidHurta wants to merge 1 commit into
Conversation
Add new flags to the hosted CVO to comply with the centralized TLS configuration in HyperShift. These flags are to override the CVO's internal TLS profile, which is used for its metrics server.
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@DavidHurta: This pull request references OTA-1764 which is a valid jira issue. 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. |
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Review skipped — only excluded labels are configured. (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Comment |
|
@DavidHurta: This pull request references OTA-1764 which is a valid jira issue. 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. |
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: DavidHurta 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 |
|
@DavidHurta: The following test failed, say
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. |
|
PR needs rebase. 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 now have the complete picture. Both failures stem from the same root cause — a merge conflict. Here is the report: Test Failure Analysis CompleteJob Information
Test Failure AnalysisErrorSummaryBoth CI failures ( Root CauseThe root cause is a stale PR branch that conflicts with a cross-cutting refactoring that landed on PR #8013 (opened 2026-03-19) adds TLS cipher suite and minimum TLS version flags to the CVO deployment. It modifies
PR #8354 (merged 2026-04-28) performed a large-scale refactoring that extracted a new
Because both PRs modify the same lines in
This is not a flaky test, infrastructure issue, or product bug. It is a straightforward merge conflict caused by concurrent development. Recommendations
Evidence
|
| }) | ||
| }) | ||
|
|
||
| configuration := cpContext.HCP.Spec.Configuration |
There was a problem hiding this comment.
I would do the nil checking first.
Same on line 111 and line 114.
|
The background task completed but the analysis is already finished — the PR checks output confirms what we already found. The report above is the complete analysis. To summarize: both CI failures are caused by a merge conflict in |
What this PR does / why we need it:
Add new flags to the hosted CVO to comply with the centralized TLS configuration in HyperShift. These flags are to override the CVO's internal TLS profile, which is used for its metrics server. Flags to be added with openshift/cluster-version-operator#1338.
Which issue(s) this PR fixes:
Fixes #OTA-1764
Special notes for your reviewer:
Checklist: