operator-registry
operator-registry copied to clipboard
Operator Registry runs in a Kubernetes or OpenShift cluster to provide operator catalog data to Operator Lifecycle Manager.
when I run the command in dockerfile: STEP 5/6: RUN ["/bin/opm", "serve", "/configs", "--cache-dir=/tmp/cache", "--cache-only"] time="2024-01-18T09:23:31Z" level=warning msg="unable to set termination log path" error="open /dev/termination-log: permission denied" time="2024-01-18T09:23:31Z" level=info msg="starting...
Similar to other operator-framework projects, we should enable the merge queue (and stop using OpenShift's tide instance).
One place to find all the related pieces ## Briefs: - [x] [FBC Graph Deprecation/Delegation Identification](https://docs.google.com/document/d/1boGzDVBJgLM5-t9WYrnQQMceLI3fryOcRkJMhqokU3w/edit) - [x] [OLMv0 Graph Deprecation/Delegation](https://docs.google.com/document/d/1ipnf5uMiGZh5GXt2ey3oxziFx9lZv0qiFmB8g54EFwQ/edit) - [x] [OLMv1 Graph Deprecation/Delegation](https://docs.google.com/document/d/17SaY8i8oaNlqx-akyj0CZQllnEUrqoXGIPIFk_rDcsY/edit) ## RFCs: - #1146...
### Original Question in Slack I started a discussion regarding a replacement for the old querier mechanism [in slack](https://kubernetes.slack.com/archives/C0181L6JYQ2/p1686613748805729) which I have included below: > We have code that ties...
`opm` typically functions to make FBC catalogs available over GRPC by converting the FBC to declcfg.DeclarativeConfig, storing/validating as model.Model, and expressing via api.Bundle/Package/Channel and #1161 handled that forward-conversion. However, the...
This subcommand is duplicative and less featureful than `operator-sdk bundle validate`. Let's do two things: 1. Announce that we're going to remove it and make sure stakeholders have a path...
There are quite a lot of security vulnerabilities detected in `opm version 1.28.0` binary. Could we have the following fixed please ? | severity | cve | link | hasfix...
Since SQLite catalogs are deprecated and `opm` subcommands that deal with them have been issuing deprecation warnings for some time, we should have parity to let consumers know that these...
Can `configmap-server` continue to be used in the next few versions? I see that crd only supports v1beta1, can it support v1? ``` func (c *ConfigMapLoader) Populate() error { c.log.Info("loading...
The version of github.com/containerd/containerd in go.mod is vulnerable to CVE-2022-23471. Our scans say this is fixed in version 1.6.12 onwards.