Skip to content

Conversation

@trgeiger
Copy link
Contributor

@trgeiger trgeiger commented Sep 5, 2025

Adds a controller for reconciling ClusterCatalogs. Currently it uses a dummy "CatalogService" that doesn't actually do anything.

This is a reformatting and cherry-pick of commits in this draft PR so we can land the controller first and iterate on its functionality in a future PR to add the actual CatalogService implementation and front-end/handler logic.

Vendor and dependency updates are in their own commit to make it easier to review the actual code changes.

The work for creating this controller is tracked in OPRUN-4086.

@openshift-ci openshift-ci bot requested review from jhadvig and rhamilto September 5, 2025 15:43
@openshift-ci openshift-ci bot added component/backend Related to backend needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Sep 5, 2025
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Sep 5, 2025

Hi @trgeiger. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

@spadgett
Copy link
Member

spadgett commented Sep 9, 2025

/ok-to-test

@openshift-ci openshift-ci bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Sep 9, 2025
@trgeiger
Copy link
Contributor Author

trgeiger commented Sep 9, 2025

do not merge until we add tech preview feature flag support to console--I will then wrap all this functionality in that feature flag

Copy link
Member

@TheRealJon TheRealJon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a couple of questions

// The ClusterCatalog has been found on the cluster, add to or update cache
baseURL := clusterCatalog.Status.URLs.Base

if baseURL != "" {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this Status.URLs.Base a required property in the ClusterCatalog API? If not, should we add a debug-level log message when it's missing?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think URLs is not required but if it exists, Base is a required field on a URL. So yeah I'll add some logic for catching that.

- Use klog for logging
- Handle missing URLs or Base fields
- Check err when creating controller manager
Default to :8081 to avoid collision with existing metrics endpoint at :8080.
@trgeiger trgeiger force-pushed the solo-catalog-controller branch from 1e49535 to 0dafc53 Compare September 23, 2025 15:35
@trgeiger trgeiger force-pushed the solo-catalog-controller branch from 0dafc53 to c3ea325 Compare September 23, 2025 15:37
@TheRealJon
Copy link
Member

QE Approver
/assign @yapei

Docs Approver:
/assign @jseseCCS

PX Approver:
/assign @sferich888

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Sep 23, 2025

@TheRealJon: GitHub didn't allow me to assign the following users: jseseCCS.

Note that only openshift members with read permissions, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time.
For more information please see the contributor guide

Details

In response to this:

QE Approver
/assign @yapei

Docs Approver:
/assign @jseseCCS

PX Approver:
/assign @sferich888

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.

Copy link
Member

@TheRealJon TheRealJon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci bot added lgtm Indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Sep 23, 2025
@trgeiger trgeiger changed the title Add ClusterCatalog controller OPRUN-4086: Add ClusterCatalog controller Sep 23, 2025
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Sep 23, 2025
@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Sep 23, 2025

@trgeiger: This pull request references OPRUN-4086 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.21.0" version, but no target version was set.

Details

In response to this:

Adds a controller for reconciling ClusterCatalogs. Currently it uses a dummy "CatalogService" that doesn't actually do anything.

This is a reformatting and cherry-pick of commits in this draft PR so we can land the controller first and iterate on its functionality in a future PR to add the actual CatalogService implementation and front-end/handler logic.

Vendor and dependency updates are in their own commit to make it easier to review the actual code changes.

The work for creating this controller is tracked in OPRUN-4086.

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 lgtm Indicates that a PR is ready to be merged. label Sep 24, 2025
@TheRealJon
Copy link
Member

/retest

@sferich888
Copy link

/label px-approved

@openshift-ci openshift-ci bot added the px-approved Signifies that Product Support has signed off on this PR label Sep 26, 2025
@yapei
Copy link
Contributor

yapei commented Sep 28, 2025

verified the latest code works fine

yapei-mac:trgeiger-console yapei$ ./bin/bridge -tech-preview=true
W0928 14:59:47.257671   51217 main.go:189] Technology Preview features are enabled. These features are experimental and not supported for production use. If you encounter issues, send feedback through the usual support or bug-reporting channels.
W0928 14:59:47.257694   51217 authoptions.go:112] Flag inactivity-timeout is set to less then 300 seconds and will be ignored!
I0928 14:59:47.258034   51217 main.go:605] starting manager
{"level":"info","ts":"2025-09-28T14:59:47+08:00","msg":"Starting EventSource","controller":"clustercatalog","controllerGroup":"olm.operatorframework.io","controllerKind":"ClusterCatalog","source":"kind source: *v1.ClusterCatalog"}
W0928 14:59:47.258645   51217 authoptions.go:265] running with AUTHENTICATION DISABLED -- for development use only!
I0928 14:59:47.259857   51217 main.go:757] Binding to 0.0.0.0:9000...
I0928 14:59:47.259863   51217 main.go:759] Not using TLS
{"level":"info","ts":"2025-09-28T14:59:49+08:00","msg":"Starting Controller","controller":"clustercatalog","controllerGroup":"olm.operatorframework.io","controllerKind":"ClusterCatalog"}
{"level":"info","ts":"2025-09-28T14:59:49+08:00","msg":"Starting workers","controller":"clustercatalog","controllerGroup":"olm.operatorframework.io","controllerKind":"ClusterCatalog","worker count":1}
I0928 14:59:49.052574   51217 clustercatalog_controller.go:35] Reconciling ClusterCatalog openshift-certified-operators
I0928 14:59:49.052699   51217 clustercatalog_controller.go:72] Reconcilation ending for ClusterCatalog openshift-certified-operators
I0928 14:59:49.052775   51217 clustercatalog_controller.go:35] Reconciling ClusterCatalog openshift-community-operators
I0928 14:59:49.052788   51217 clustercatalog_controller.go:72] Reconcilation ending for ClusterCatalog openshift-community-operators
I0928 14:59:49.052800   51217 clustercatalog_controller.go:35] Reconciling ClusterCatalog openshift-redhat-marketplace
I0928 14:59:49.052808   51217 clustercatalog_controller.go:72] Reconcilation ending for ClusterCatalog openshift-redhat-marketplace
I0928 14:59:49.052821   51217 clustercatalog_controller.go:35] Reconciling ClusterCatalog openshift-redhat-operators
I0928 14:59:49.052830   51217 clustercatalog_controller.go:72] Reconcilation ending for ClusterCatalog openshift-redhat-operators
...................................................................................................
I0928 15:01:30.365573   51217 clustercatalog_controller.go:35] Reconciling ClusterCatalog test-community-operators
I0928 15:01:30.365600   51217 clustercatalog_controller.go:56] ClusterCatalog test-community-operators URLs field is empty
I0928 15:01:30.365605   51217 clustercatalog_controller.go:57] Reconcilation ending for ClusterCatalog test-community-operators
I0928 15:01:30.373070   51217 clustercatalog_controller.go:35] Reconciling ClusterCatalog test-community-operators
I0928 15:01:30.373097   51217 clustercatalog_controller.go:56] ClusterCatalog test-community-operators URLs field is empty
I0928 15:01:30.373102   51217 clustercatalog_controller.go:57] Reconcilation ending for ClusterCatalog test-community-operators
I0928 15:01:42.192722   51217 clustercatalog_controller.go:35] Reconciling ClusterCatalog test-community-operators
I0928 15:01:42.192757   51217 clustercatalog_controller.go:72] Reconcilation ending for ClusterCatalog test-community-operators
I0928 15:02:40.682264   51217 clustercatalog_controller.go:35] Reconciling ClusterCatalog test-community-operators
I0928 15:02:40.682290   51217 clustercatalog_controller.go:72] Reconcilation ending for ClusterCatalog test-community-operators
I0928 15:02:40.734381   51217 clustercatalog_controller.go:35] Reconciling ClusterCatalog test-community-operators
I0928 15:02:40.734410   51217 clustercatalog_controller.go:56] ClusterCatalog test-community-operators URLs field is empty
I0928 15:02:40.734415   51217 clustercatalog_controller.go:57] Reconcilation ending for ClusterCatalog test-community-operators
I0928 15:02:40.743843   51217 clustercatalog_controller.go:35] Reconciling ClusterCatalog test-community-operators
I0928 15:02:40.743928   51217 clustercatalog_controller.go:44] Removing CatalogItems for ClusterCatalog test-community-operators from cache
I0928 15:02:40.743936   51217 clustercatalog_controller.go:49] Reconcilation ending for ClusterCatalog test-community-operators
I0928 15:03:04.536742   51217 clustercatalog_controller.go:35] Reconciling ClusterCatalog test-community-operators
I0928 15:03:04.536764   51217 clustercatalog_controller.go:56] ClusterCatalog test-community-operators URLs field is empty
I0928 15:03:04.536769   51217 clustercatalog_controller.go:57] Reconcilation ending for ClusterCatalog test-community-operators
I0928 15:03:04.544650   51217 clustercatalog_controller.go:35] Reconciling ClusterCatalog test-community-operators
I0928 15:03:04.544678   51217 clustercatalog_controller.go:56] ClusterCatalog test-community-operators URLs field is empty
I0928 15:03:04.544683   51217 clustercatalog_controller.go:57] Reconcilation ending for ClusterCatalog test-community-operators
I0928 15:03:16.638227   51217 clustercatalog_controller.go:35] Reconciling ClusterCatalog test-community-operators
I0928 15:03:16.638255   51217 clustercatalog_controller.go:72] Reconcilation ending for ClusterCatalog test-community-operators

/verified by @yapei

@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label Sep 28, 2025
@openshift-ci-robot
Copy link
Contributor

@yapei: This PR has been marked as verified by @yapei.

Details

In response to this:

verified the latest code works fine

yapei-mac:trgeiger-console yapei$ ./bin/bridge -tech-preview=true
W0928 14:59:47.257671   51217 main.go:189] Technology Preview features are enabled. These features are experimental and not supported for production use. If you encounter issues, send feedback through the usual support or bug-reporting channels.
W0928 14:59:47.257694   51217 authoptions.go:112] Flag inactivity-timeout is set to less then 300 seconds and will be ignored!
I0928 14:59:47.258034   51217 main.go:605] starting manager
{"level":"info","ts":"2025-09-28T14:59:47+08:00","msg":"Starting EventSource","controller":"clustercatalog","controllerGroup":"olm.operatorframework.io","controllerKind":"ClusterCatalog","source":"kind source: *v1.ClusterCatalog"}
W0928 14:59:47.258645   51217 authoptions.go:265] running with AUTHENTICATION DISABLED -- for development use only!
I0928 14:59:47.259857   51217 main.go:757] Binding to 0.0.0.0:9000...
I0928 14:59:47.259863   51217 main.go:759] Not using TLS
{"level":"info","ts":"2025-09-28T14:59:49+08:00","msg":"Starting Controller","controller":"clustercatalog","controllerGroup":"olm.operatorframework.io","controllerKind":"ClusterCatalog"}
{"level":"info","ts":"2025-09-28T14:59:49+08:00","msg":"Starting workers","controller":"clustercatalog","controllerGroup":"olm.operatorframework.io","controllerKind":"ClusterCatalog","worker count":1}
I0928 14:59:49.052574   51217 clustercatalog_controller.go:35] Reconciling ClusterCatalog openshift-certified-operators
I0928 14:59:49.052699   51217 clustercatalog_controller.go:72] Reconcilation ending for ClusterCatalog openshift-certified-operators
I0928 14:59:49.052775   51217 clustercatalog_controller.go:35] Reconciling ClusterCatalog openshift-community-operators
I0928 14:59:49.052788   51217 clustercatalog_controller.go:72] Reconcilation ending for ClusterCatalog openshift-community-operators
I0928 14:59:49.052800   51217 clustercatalog_controller.go:35] Reconciling ClusterCatalog openshift-redhat-marketplace
I0928 14:59:49.052808   51217 clustercatalog_controller.go:72] Reconcilation ending for ClusterCatalog openshift-redhat-marketplace
I0928 14:59:49.052821   51217 clustercatalog_controller.go:35] Reconciling ClusterCatalog openshift-redhat-operators
I0928 14:59:49.052830   51217 clustercatalog_controller.go:72] Reconcilation ending for ClusterCatalog openshift-redhat-operators
...................................................................................................
I0928 15:01:30.365573   51217 clustercatalog_controller.go:35] Reconciling ClusterCatalog test-community-operators
I0928 15:01:30.365600   51217 clustercatalog_controller.go:56] ClusterCatalog test-community-operators URLs field is empty
I0928 15:01:30.365605   51217 clustercatalog_controller.go:57] Reconcilation ending for ClusterCatalog test-community-operators
I0928 15:01:30.373070   51217 clustercatalog_controller.go:35] Reconciling ClusterCatalog test-community-operators
I0928 15:01:30.373097   51217 clustercatalog_controller.go:56] ClusterCatalog test-community-operators URLs field is empty
I0928 15:01:30.373102   51217 clustercatalog_controller.go:57] Reconcilation ending for ClusterCatalog test-community-operators
I0928 15:01:42.192722   51217 clustercatalog_controller.go:35] Reconciling ClusterCatalog test-community-operators
I0928 15:01:42.192757   51217 clustercatalog_controller.go:72] Reconcilation ending for ClusterCatalog test-community-operators
I0928 15:02:40.682264   51217 clustercatalog_controller.go:35] Reconciling ClusterCatalog test-community-operators
I0928 15:02:40.682290   51217 clustercatalog_controller.go:72] Reconcilation ending for ClusterCatalog test-community-operators
I0928 15:02:40.734381   51217 clustercatalog_controller.go:35] Reconciling ClusterCatalog test-community-operators
I0928 15:02:40.734410   51217 clustercatalog_controller.go:56] ClusterCatalog test-community-operators URLs field is empty
I0928 15:02:40.734415   51217 clustercatalog_controller.go:57] Reconcilation ending for ClusterCatalog test-community-operators
I0928 15:02:40.743843   51217 clustercatalog_controller.go:35] Reconciling ClusterCatalog test-community-operators
I0928 15:02:40.743928   51217 clustercatalog_controller.go:44] Removing CatalogItems for ClusterCatalog test-community-operators from cache
I0928 15:02:40.743936   51217 clustercatalog_controller.go:49] Reconcilation ending for ClusterCatalog test-community-operators
I0928 15:03:04.536742   51217 clustercatalog_controller.go:35] Reconciling ClusterCatalog test-community-operators
I0928 15:03:04.536764   51217 clustercatalog_controller.go:56] ClusterCatalog test-community-operators URLs field is empty
I0928 15:03:04.536769   51217 clustercatalog_controller.go:57] Reconcilation ending for ClusterCatalog test-community-operators
I0928 15:03:04.544650   51217 clustercatalog_controller.go:35] Reconciling ClusterCatalog test-community-operators
I0928 15:03:04.544678   51217 clustercatalog_controller.go:56] ClusterCatalog test-community-operators URLs field is empty
I0928 15:03:04.544683   51217 clustercatalog_controller.go:57] Reconcilation ending for ClusterCatalog test-community-operators
I0928 15:03:16.638227   51217 clustercatalog_controller.go:35] Reconciling ClusterCatalog test-community-operators
I0928 15:03:16.638255   51217 clustercatalog_controller.go:72] Reconcilation ending for ClusterCatalog test-community-operators

/verified by @yapei

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.

Copy link

@jseseCCS jseseCCS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In any of these log messages, we should start them with initial caps ("Problem creating...") and end with a period whenever appropriate.

Copy link

@jseseCCS jseseCCS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Global suggestions: Make sure "R/reconciliation" is spelled correctly everywhere.

Go often doesn't use underscores in test names. Just something to think about.

Make "test-catalog" a constant? >> const testCatalogName = "test-catalog"?

update failed/remove failed >> mock update failed/mock remove failed?

// Reconcile implements the reconcile.Reconciler interface
func (r *ClusterCatalogReconciler) Reconcile(ctx context.Context, req reconcile.Request) (reconcile.Result, error) {
klog.Infof("Reconciling ClusterCatalog %s", req.Name)
defer klog.Infof("Reconcilation ending for ClusterCatalog %s", req.Name)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to "Reconciliation..." (missing an i after the l).

Also, consider changing tense to match: "Reconciling ended..." OR change line 35 to "Starting reconciliation..." and line 36 to "Ending reconciliation..."

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Opted for the latter, "Starting" and "Ending"

baseURL := clusterCatalog.Status.URLs.Base

if baseURL == "" {
klog.Infof("ClusterCatalog %s Base URL is empty", req.Name)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is "Base" capped to match UI?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, the field is Base in the API

@jseseCCS
Copy link

back to you with a few questions/suggestions, @TheRealJon :)

@openshift-ci-robot openshift-ci-robot removed the verified Signifies that the PR passed pre-merge verification criteria label Sep 29, 2025
@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Sep 29, 2025
@trgeiger trgeiger force-pushed the solo-catalog-controller branch from 216e791 to e0d483e Compare September 29, 2025 17:57
@trgeiger
Copy link
Contributor Author

trgeiger commented Sep 29, 2025

  • Fixed spelling of reconciliation
  • Underscores removed from test names.
  • Made testCatalogName constant
  • Updated test errors to include "mock"
    @jseseCCS

@yapei
Copy link
Contributor

yapei commented Sep 30, 2025

the latest log is as follows

$ ./bin/bridge -tech-preview=true
W0930 09:43:34.747870    9831 main.go:189] Technology Preview features are enabled. These features are experimental and not supported for production use. If you encounter issues, send feedback through the usual support or bug-reporting channels.
W0930 09:43:34.747889    9831 authoptions.go:112] Flag inactivity-timeout is set to less then 300 seconds and will be ignored!
I0930 09:43:34.748197    9831 main.go:605] starting manager
{"level":"info","ts":"2025-09-30T09:43:34+08:00","msg":"Starting EventSource","controller":"clustercatalog","controllerGroup":"olm.operatorframework.io","controllerKind":"ClusterCatalog","source":"kind source: *v1.ClusterCatalog"}
W0930 09:43:34.748769    9831 authoptions.go:265] running with AUTHENTICATION DISABLED -- for development use only!
I0930 09:43:34.749850    9831 main.go:757] Binding to 0.0.0.0:9000...
I0930 09:43:34.749854    9831 main.go:759] Not using TLS
{"level":"info","ts":"2025-09-30T09:43:36+08:00","msg":"Starting Controller","controller":"clustercatalog","controllerGroup":"olm.operatorframework.io","controllerKind":"ClusterCatalog"}
{"level":"info","ts":"2025-09-30T09:43:36+08:00","msg":"Starting workers","controller":"clustercatalog","controllerGroup":"olm.operatorframework.io","controllerKind":"ClusterCatalog","worker count":1}
I0930 09:43:36.671230    9831 clustercatalog_controller.go:35] Starting reconciliation for ClusterCatalog openshift-community-operators
I0930 09:43:36.671476    9831 clustercatalog_controller.go:72] Ending reconciliation for ClusterCatalog openshift-community-operators
I0930 09:43:36.671572    9831 clustercatalog_controller.go:35] Starting reconciliation for ClusterCatalog openshift-redhat-marketplace
I0930 09:43:36.671611    9831 clustercatalog_controller.go:72] Ending reconciliation for ClusterCatalog openshift-redhat-marketplace
I0930 09:43:36.671684    9831 clustercatalog_controller.go:35] Starting reconciliation for ClusterCatalog openshift-redhat-operators
I0930 09:43:36.671714    9831 clustercatalog_controller.go:72] Ending reconciliation for ClusterCatalog openshift-redhat-operators
I0930 09:43:36.671749    9831 clustercatalog_controller.go:35] Starting reconciliation for ClusterCatalog openshift-certified-operators
I0930 09:43:36.671772    9831 clustercatalog_controller.go:72] Ending reconciliation for ClusterCatalog openshift-certified-operators
I0930 09:43:37.749957    9831 metrics.go:133] serverconfig.Metrics: Update ConsolePlugin metrics...
I0930 09:43:38.566456    9831 metrics.go:143] serverconfig.Metrics: Update ConsolePlugin metrics: &map[monitoring:map[disabled:1] networking:map[disabled:1]] (took 816.400333ms)
I0930 09:43:39.749935    9831 metrics.go:80] usage.Metrics: Count console users...
I0930 09:43:40.450612    9831 metrics.go:156] usage.Metrics: Update console users metrics: 0 kubeadmin, 0 cluster-admins, 0 developers, 0 unknown/errors (took 700.538541ms)
I0930 09:44:10.674252    9831 clustercatalog_controller.go:35] Starting reconciliation for ClusterCatalog test-community-operators
I0930 09:44:10.674333    9831 clustercatalog_controller.go:56] ClusterCatalog test-community-operators URLs field is empty
I0930 09:44:10.674352    9831 clustercatalog_controller.go:57] Ending reconciliation for ClusterCatalog test-community-operators
I0930 09:44:10.678078    9831 clustercatalog_controller.go:35] Starting reconciliation for ClusterCatalog test-community-operators
I0930 09:44:10.678138    9831 clustercatalog_controller.go:56] ClusterCatalog test-community-operators URLs field is empty
I0930 09:44:10.678148    9831 clustercatalog_controller.go:57] Ending reconciliation for ClusterCatalog test-community-operators
I0930 09:44:27.639126    9831 clustercatalog_controller.go:35] Starting reconciliation for ClusterCatalog test-community-operators
I0930 09:44:27.639211    9831 clustercatalog_controller.go:72] Ending reconciliation for ClusterCatalog test-community-operators
I0930 09:44:34.814711    9831 clustercatalog_controller.go:35] Starting reconciliation for ClusterCatalog test-community-operators
I0930 09:44:34.814804    9831 clustercatalog_controller.go:72] Ending reconciliation for ClusterCatalog test-community-operators
I0930 09:44:34.816616    9831 clustercatalog_controller.go:35] Starting reconciliation for ClusterCatalog test-community-operators
I0930 09:44:34.816695    9831 clustercatalog_controller.go:56] ClusterCatalog test-community-operators URLs field is empty
I0930 09:44:34.816712    9831 clustercatalog_controller.go:57] Ending reconciliation for ClusterCatalog test-community-operators
I0930 09:44:34.819787    9831 clustercatalog_controller.go:35] Starting reconciliation for ClusterCatalog test-community-operators
I0930 09:44:34.819858    9831 clustercatalog_controller.go:44] Removing CatalogItems for ClusterCatalog test-community-operators from cache
I0930 09:44:34.819876    9831 clustercatalog_controller.go:49] Ending reconciliation for ClusterCatalog test-community-operators

@TheRealJon
Copy link
Member

/lgtm

@TheRealJon
Copy link
Member

/retest

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Sep 30, 2025
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Sep 30, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jseseCCS, TheRealJon, trgeiger

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

The pull request process is described 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

@jseseCCS
Copy link

/label docs-approved

@openshift-ci openshift-ci bot added the docs-approved Signifies that Docs has signed off on this PR label Sep 30, 2025
@trgeiger
Copy link
Contributor Author

/retest-required

@TheRealJon
Copy link
Member

/retest

1 similar comment
@TheRealJon
Copy link
Member

/retest

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 2, 2025

@trgeiger: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/okd-scos-e2e-aws-ovn e0d483e link false /test okd-scos-e2e-aws-ovn

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.

@TheRealJon
Copy link
Member

/verified by @yapei

Applying this label. The latest changes were verified, but I think the label was accidentally omitted.

@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label Oct 2, 2025
@openshift-ci-robot
Copy link
Contributor

@TheRealJon: This PR has been marked as verified by @yapei.

Details

In response to this:

/verified by @yapei

Applying this label. The latest changes were verified, but I think the label was accidentally omitted.

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-merge-bot openshift-merge-bot bot merged commit 90b613a into openshift:main Oct 3, 2025
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. component/backend Related to backend docs-approved Signifies that Docs has signed off on this PR 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. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. px-approved Signifies that Product Support has signed off on this PR verified Signifies that the PR passed pre-merge verification criteria

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants