Skip to content

OCPBUGS-54790: Move packageserver PDB from guest cluster to management cluster#8459

Open
dhgautam99 wants to merge 2 commits intoopenshift:mainfrom
dhgautam99:remove-packageserver-pdb-from-guest
Open

OCPBUGS-54790: Move packageserver PDB from guest cluster to management cluster#8459
dhgautam99 wants to merge 2 commits intoopenshift:mainfrom
dhgautam99:remove-packageserver-pdb-from-guest

Conversation

@dhgautam99
Copy link
Copy Markdown

@dhgautam99 dhgautam99 commented May 7, 2026

What this PR does / why we need it:

The packageserver PodDisruptionBudget was being created in the guest cluster's
openshift-operator-lifecycle-manager namespace by CVO. However, packageserver
pods run on the management cluster in the clusters-<hosted-cluster> namespace,
making the guest cluster PDB ineffective.

This PR:

  • Prevents CVO from creating the packageserver PDB in the guest cluster (via manifestsToOmit)
  • Cleans up the orphaned PDB on existing clusters during upgrade (via resourcesToRemove)
  • Creates the PDB in the management cluster namespace using the cpov2 framework

Which issue(s) this PR fixes:

Fixes OCPBUGS-54790

Special notes for your reviewer:

The PDB cleanup applies to all platforms (both IBM/PowerVS and default) since
packageserver runs on the management cluster regardless of platform.

Checklist:

  • Subject and description added to both, commit and PR.
  • Relevant issues have been referenced.
  • This change includes docs.
  • This change includes unit tests.

Summary by CodeRabbit

  • Improvements

    • Added availability protection for the packageserver component (PodDisruptionBudget) to reduce service disruption during maintenance and ensure consistent platform behavior.
    • Updated deployment metadata to ensure metrics-related configuration is applied to packageserver pods for reliable operational behavior.
  • Tests

    • Added a unit test validating the packageserver component is constructed correctly.

…ster

The packageserver PDB was being created in the guest cluster's
openshift-operator-lifecycle-manager namespace by CVO, but packageserver
pods run on the management cluster in the clusters-<hosted-cluster>
namespace. This moves the PDB to the correct location.

- Add packageserver PDB manifest to manifestsToOmit to prevent CVO from
  creating it in guest clusters
- Add packageserver-pdb to resourcesToRemove for all platforms to clean
  up the orphaned PDB on existing clusters during upgrade
- Register PDB manifest adapter in packageserver component to create the
  PDB in the management cluster namespace
@openshift-merge-bot
Copy link
Copy Markdown
Contributor

Pipeline controller notification
This repo is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. To trigger manually all jobs from second stage use /pipeline required command.

This repository is configured in: LGTM mode

@openshift-ci-robot openshift-ci-robot added jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. labels May 7, 2026
@openshift-ci-robot
Copy link
Copy Markdown

@dhgautam99: This pull request references Jira Issue OCPBUGS-54790, which is valid. The bug has been moved to the POST state.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (5.0.0) matches configured target version for branch (5.0.0)
  • bug is in the state New, which is one of the valid states (NEW, ASSIGNED, POST)

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

What this PR does / why we need it:

The packageserver PodDisruptionBudget was being created in the guest cluster's
openshift-operator-lifecycle-manager namespace by CVO. However, packageserver
pods run on the management cluster in the clusters-<hosted-cluster> namespace,
making the guest cluster PDB ineffective.

This PR:

  • Prevents CVO from creating the packageserver PDB in the guest cluster (via manifestsToOmit)
  • Cleans up the orphaned PDB on existing clusters during upgrade (via resourcesToRemove)
  • Creates the PDB in the management cluster namespace using the cpov2 framework

Which issue(s) this PR fixes:

Fixes OCPBUGS-54790

Special notes for your reviewer:

The PDB cleanup applies to all platforms (both IBM/PowerVS and default) since
packageserver runs on the management cluster regardless of platform.

Checklist:

  • Subject and description added to both, commit and PR.
  • Relevant issues have been referenced.
  • This change includes docs.
  • This change includes unit tests.

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.

@openshift-ci openshift-ci Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label May 7, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 7, 2026

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 7, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: 8aeefc0e-bf7c-42e1-bac5-ae9f0fa2fb7a

📥 Commits

Reviewing files that changed from the base of the PR and between b979c12 and ffe96be.

⛔ Files ignored due to path filters (15)
  • control-plane-operator/controllers/hostedcontrolplane/testdata/cluster-version-operator/AROSwift/zz_fixture_TestControlPlaneComponents_cluster_version_operator_deployment.yaml is excluded by !**/testdata/**
  • control-plane-operator/controllers/hostedcontrolplane/testdata/cluster-version-operator/GCP/zz_fixture_TestControlPlaneComponents_cluster_version_operator_deployment.yaml is excluded by !**/testdata/**
  • control-plane-operator/controllers/hostedcontrolplane/testdata/cluster-version-operator/IBMCloud/zz_fixture_TestControlPlaneComponents_cluster_version_operator_deployment.yaml is excluded by !**/testdata/**
  • control-plane-operator/controllers/hostedcontrolplane/testdata/cluster-version-operator/TechPreviewNoUpgrade/zz_fixture_TestControlPlaneComponents_cluster_version_operator_deployment.yaml is excluded by !**/testdata/**
  • control-plane-operator/controllers/hostedcontrolplane/testdata/cluster-version-operator/zz_fixture_TestControlPlaneComponents_cluster_version_operator_deployment.yaml is excluded by !**/testdata/**
  • control-plane-operator/controllers/hostedcontrolplane/testdata/packageserver/AROSwift/zz_fixture_TestControlPlaneComponents_packageserver_controlplanecomponent.yaml is excluded by !**/testdata/**
  • control-plane-operator/controllers/hostedcontrolplane/testdata/packageserver/AROSwift/zz_fixture_TestControlPlaneComponents_packageserver_pdb_poddisruptionbudget.yaml is excluded by !**/testdata/**
  • control-plane-operator/controllers/hostedcontrolplane/testdata/packageserver/GCP/zz_fixture_TestControlPlaneComponents_packageserver_controlplanecomponent.yaml is excluded by !**/testdata/**
  • control-plane-operator/controllers/hostedcontrolplane/testdata/packageserver/GCP/zz_fixture_TestControlPlaneComponents_packageserver_pdb_poddisruptionbudget.yaml is excluded by !**/testdata/**
  • control-plane-operator/controllers/hostedcontrolplane/testdata/packageserver/IBMCloud/zz_fixture_TestControlPlaneComponents_packageserver_controlplanecomponent.yaml is excluded by !**/testdata/**
  • control-plane-operator/controllers/hostedcontrolplane/testdata/packageserver/IBMCloud/zz_fixture_TestControlPlaneComponents_packageserver_pdb_poddisruptionbudget.yaml is excluded by !**/testdata/**
  • control-plane-operator/controllers/hostedcontrolplane/testdata/packageserver/TechPreviewNoUpgrade/zz_fixture_TestControlPlaneComponents_packageserver_controlplanecomponent.yaml is excluded by !**/testdata/**
  • control-plane-operator/controllers/hostedcontrolplane/testdata/packageserver/TechPreviewNoUpgrade/zz_fixture_TestControlPlaneComponents_packageserver_pdb_poddisruptionbudget.yaml is excluded by !**/testdata/**
  • control-plane-operator/controllers/hostedcontrolplane/testdata/packageserver/zz_fixture_TestControlPlaneComponents_packageserver_controlplanecomponent.yaml is excluded by !**/testdata/**
  • control-plane-operator/controllers/hostedcontrolplane/testdata/packageserver/zz_fixture_TestControlPlaneComponents_packageserver_pdb_poddisruptionbudget.yaml is excluded by !**/testdata/**
📒 Files selected for processing (1)
  • control-plane-operator/controllers/hostedcontrolplane/v2/olm/packageserver/component_test.go

📝 Walkthrough

Walkthrough

A PodDisruptionBudget manifest for the packageserver workload was added (packageserver-pdb with minAvailable: 1). The packageserver component now adapts this PDB manifest. The CVO/deployment logic was updated to add a metrics-access label/annotation and set the pod ServiceAccountName when metrics access is enabled, to omit the PDB from generated release payloads, and to include the packageserver PDB in the resources-to-remove list for the default platform branch.

Sequence Diagram(s)

sequenceDiagram
    participant Operator as HostedControlPlane Operator
    participant Component as packageserver Component
    participant CVO as CVO / payload generator
    participant Kube as Kubernetes API

    Operator->>Component: NewComponent()
    Component->>Component: WithManifestAdapter(pdb.yaml -> AdaptPodDisruptionBudget)
    Operator->>CVO: adaptDeployment (metrics access enabled)
    CVO->>CVO: add label/annotation config.NeedMetricsServerAccessLabel="true"
    CVO->>CVO: set PodTemplate.Spec.ServiceAccountName=ComponentName
    CVO->>CVO: preparePayloadScript (manifestsToOmit += packageserver.pdb.yaml)
    CVO->>CVO: resourcesToRemove includes packageserver-pdb (default case)
    Operator->>Kube: apply manifests (excluding omitted pdb in payload)
    Operator->>Kube: ensure packageserver-pdb exists in cleanup/remove operations
Loading
🚥 Pre-merge checks | ✅ 9 | ❌ 3

❌ Failed checks (3 warnings)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
Test Structure And Quality ⚠️ Warning Test lacks meaningful assertion failure messages. Both assertions (lines 14-15) should include descriptive messages, following codebase patterns like storage/envreplace_test.go. Add failure messages to assertions: g.Expect(component).ToNot(BeNil(), "NewComponent should return non-nil") and g.Expect(component.Name()).To(Equal("packageserver"), "component name should be packageserver")
Topology-Aware Scheduling Compatibility ⚠️ Warning Required pod anti-affinity on hostname will prevent scheduling on SNO, Two-Node, and Two-Node+Arbiter topologies. PDB adapter is topology-aware but deployment affinity constraints are not. Change required anti-affinity on hostname to preferred, or add topology-detection logic to conditionally apply it only on HighlyAvailable clusters.
✅ Passed checks (9 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically summarizes the main change: moving the packageserver PodDisruptionBudget from guest cluster to management cluster, with a referenced issue for context.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed PR contains no Ginkgo test blocks. Uses standard Go testing with static, descriptive test names. Custom check targets Ginkgo tests specifically, so not applicable to this PR.
Microshift Test Compatibility ✅ Passed No Ginkgo e2e tests were added. New test files are standard unit tests using testing.T and Gomega, not Ginkgo. The custom check applies only to Ginkgo e2e tests, so it's not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed No Ginkgo e2e tests were added. The only new test file (component_test.go) is a Go unit test using standard testing.T and Gomega assertions, not Ginkgo DSL. Check is not applicable.
Ote Binary Stdout Contract ✅ Passed PR does not involve OTE binaries. The added component_test.go is a standard unit test with no process-level stdout violations, no klog/fmt output, and no suite setup code.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed No Ginkgo e2e tests added. PR adds only a unit test using standard Go testing, not Ginkgo patterns. Test contains no IPv4 assumptions or external connectivity. Check not applicable.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 7, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dhgautam99
Once this PR has been reviewed and has the lgtm label, please assign sjenning for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added area/control-plane-operator Indicates the PR includes changes for the control plane operator - in an OCP release and removed do-not-merge/needs-area labels May 7, 2026
@openshift-ci-robot
Copy link
Copy Markdown

@dhgautam99: This pull request references Jira Issue OCPBUGS-54790, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (5.0.0) matches configured target version for branch (5.0.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)
Details

In response to this:

What this PR does / why we need it:

The packageserver PodDisruptionBudget was being created in the guest cluster's
openshift-operator-lifecycle-manager namespace by CVO. However, packageserver
pods run on the management cluster in the clusters-<hosted-cluster> namespace,
making the guest cluster PDB ineffective.

This PR:

  • Prevents CVO from creating the packageserver PDB in the guest cluster (via manifestsToOmit)
  • Cleans up the orphaned PDB on existing clusters during upgrade (via resourcesToRemove)
  • Creates the PDB in the management cluster namespace using the cpov2 framework

Which issue(s) this PR fixes:

Fixes OCPBUGS-54790

Special notes for your reviewer:

The PDB cleanup applies to all platforms (both IBM/PowerVS and default) since
packageserver runs on the management cluster regardless of platform.

Checklist:

  • Subject and description added to both, commit and PR.
  • Relevant issues have been referenced.
  • This change includes docs.
  • This change includes unit tests.

Summary by CodeRabbit

  • Improvements
  • Enhanced availability protection for the packageserver component to minimize service disruptions during cluster maintenance operations.
  • Improved component configuration management for operational consistency and platform-specific handling.

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.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 37.52%. Comparing base (2fc8a13) to head (ffe96be).
⚠️ Report is 24 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8459      +/-   ##
==========================================
+ Coverage   37.50%   37.52%   +0.01%     
==========================================
  Files         751      751              
  Lines       91992    91998       +6     
==========================================
+ Hits        34505    34524      +19     
+ Misses      54844    54831      -13     
  Partials     2643     2643              
Files with missing lines Coverage Δ
...ontrollers/hostedcontrolplane/v2/cvo/deployment.go 41.17% <100.00%> (+0.58%) ⬆️
...stedcontrolplane/v2/olm/packageserver/component.go 73.91% <100.00%> (+73.91%) ⬆️
Flag Coverage Δ
cmd-support 32.68% <ø> (ø)
cpo-hostedcontrolplane 36.87% <100.00%> (+0.10%) ⬆️
cpo-other 37.73% <ø> (ø)
hypershift-operator 47.93% <ø> (ø)
other 27.77% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Regenerate CVO deployment and packageserver component test fixtures
to reflect the packageserver PDB being omitted from the guest cluster
CVO payload and added to the management cluster namespace.
@dhgautam99 dhgautam99 force-pushed the remove-packageserver-pdb-from-guest branch from 46bdd14 to ffe96be Compare May 7, 2026 13:51
@dhgautam99 dhgautam99 marked this pull request as ready for review May 7, 2026 14:10
@openshift-ci openshift-ci Bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label May 7, 2026
@openshift-ci openshift-ci Bot requested review from cblecker and enxebre May 7, 2026 14:12
@cblecker
Copy link
Copy Markdown
Member

cblecker commented May 7, 2026

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label May 7, 2026
@openshift-merge-bot
Copy link
Copy Markdown
Contributor

Scheduling tests matching the pipeline_run_if_changed or not excluded by pipeline_skip_if_only_changed parameters:
/test e2e-aks
/test e2e-aws
/test e2e-aws-upgrade-hypershift-operator
/test e2e-azure-self-managed
/test e2e-kubevirt-aws-ovn-reduced
/test e2e-v2-aws

@cwbotbot
Copy link
Copy Markdown

cwbotbot commented May 7, 2026

Test Results

e2e-aws

e2e-aks

@hypershift-jira-solve-ci
Copy link
Copy Markdown

AI Test Failure Analysis

Job: pull-ci-openshift-hypershift-main-e2e-azure-self-managed | Build: 2052414791430967296 | Cost: $3.95796535 | Failed step: hypershift-azure-run-e2e-self-managed

View full analysis report


Generated by hypershift-analyze-e2e-failure post-step using Claude claude-opus-4-6

@hypershift-jira-solve-ci
Copy link
Copy Markdown

AI Test Failure Analysis

Job: pull-ci-openshift-hypershift-main-e2e-aws | Build: 2052414791355469824 | Cost: $3.2685650000000006 | Failed step: hypershift-aws-run-e2e-nested

View full analysis report


Generated by hypershift-analyze-e2e-failure post-step using Claude claude-opus-4-6

@dhgautam99
Copy link
Copy Markdown
Author

/test e2e-aws
/test e2e-azure-self-managed
/test e2e-kubevirt-aws-ovn-reduced

@hypershift-jira-solve-ci
Copy link
Copy Markdown

AI Test Failure Analysis

Job: pull-ci-openshift-hypershift-main-e2e-aws | Build: 2052722353925787648 | Cost: $2.8874605499999997 | Failed step: hypershift-aws-run-e2e-nested

View full analysis report


Generated by hypershift-analyze-e2e-failure post-step using Claude claude-opus-4-6

@hypershift-jira-solve-ci
Copy link
Copy Markdown

No job labels. Now I have all the evidence needed. Let me produce the final report.

Test Failure Analysis Complete

Job Information

Test Failure Analysis

Error

hypershift_framework.go:559: Failed to destroy cluster, will retry: hostedcluster wasn't finalized, aborting delete: context deadline exceeded
fixture.go:333: Failed to wait for infra resources in guest cluster to be deleted: context deadline exceeded
fixture.go:340: Failed to clean up 9 remaining resources for guest cluster

Summary

All 5 test failures are exclusively in teardown phases (TestKarpenter/Teardown and TestNodePool/HostedCluster2/Teardown) — every functional test passed. The teardown failures are caused by AWS infrastructure resources (EC2 volumes and NLBs) not being deleted within the timeout window. This is a pre-existing, flaky infrastructure timing issue unrelated to the PR's packageserver PDB changes. The same teardown logic succeeded for other shards in the same run (e.g., TestNodePool/HostedCluster0/Teardown passed at 1549s).

Root Cause

The failures are caused by AWS infrastructure resource cleanup exceeding the teardown timeout. The teardown sequence works as follows:

  1. HostedCluster deletion is initiated with a 15-minute ClusterGracePeriod
  2. The HostedCluster finalizer orchestrates AWS resource deletion (EC2 volumes, NLBs, etc.)
  3. If finalization doesn't complete in time → hostedcluster wasn't finalized, aborting delete: context deadline exceeded
  4. Post-destroy validation polls AWS for up to 15 minutes for tagged resources to disappear
  5. If resources still exist → Failed to wait for infra resources in guest cluster to be deleted: context deadline exceeded → test marked FAIL

TestKarpenter is particularly prone because it creates multiple Karpenter NodePools (instance-profile-test, on-demand, version-test, arbitrary-subnet-test, capacity-reservation-test), each with EC2 instances and volumes — totaling 9 lingering AWS resources at timeout.

TestNodePool/HostedCluster2 had 4 remaining resources (3 EC2 volumes from test-additional-trust-bundle-propagation machines + 1 NLB).

This is NOT related to the PR changes. The PR modifies packageserver PDB placement and CVO deployment testdata — none of which affect AWS resource lifecycle, HostedCluster finalization, or the teardown framework. The identical teardown logic succeeded in other tests in the same run (TestNodePool/HostedCluster0 at 1549s, TestAutoscaling at 477s, TestUpgradeControlPlane at 499s).

Recommendations
  1. Retry the job — this is a teardown-only timeout not indicative of a product bug or PR regression. A /retest should pass.
  2. The PR changes should not be blocked by this failure — packageserver PDB changes are orthogonal to AWS resource lifecycle management.
  3. Known flaky pattern — the hostedcluster wasn't finalized error is a known HyperShift CI pattern when AWS resource cleanup is slow, especially for Karpenter tests that create many NodePools.
Evidence
Evidence Detail
All functional tests passed ValidateHostedCluster, Main, EnsureHostedCluster all PASS for TestKarpenter and TestNodePool
Only teardown failed 5/5 failures are in Teardown phases, 0 in test logic
Same teardown succeeds elsewhere TestNodePool/HostedCluster0/Teardown PASSED at 1549s in same run
Remaining AWS resources (Karpenter) 9 resources: 5 Karpenter NodePool volumes, 2 CAPI machine volumes, 1 NLB
Remaining AWS resources (NodePool) 4 resources: 3 machine volumes, 1 NLB
PR changes scope 19 files: packageserver PDB, CVO deployment testdata — no teardown/AWS code
Finalization error hostedcluster wasn't finalized, aborting delete: context deadline exceeded
Test summary 541 tests, 25 skipped, 5 failures (teardown only)

@dhgautam99
Copy link
Copy Markdown
Author

/test e2e-aws

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 8, 2026

@dhgautam99: all tests passed!

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/control-plane-operator Indicates the PR includes changes for the control plane operator - in an OCP release jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants