You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2025. It is now read-only.
I enabled the CatalogMetadataAPI feature gate, applied the operatorhubio catalog in this repo, and noticed that it failed to sync. I found two issues:
There is a splunk bundle object that was too large to apply (it exceeded the etcd size limit)
There is a postgres operator channel name with an underscore in it, which is an invalid character for a metadata.name. Syncing fails when trying to create an object for this channel.