operator-registry icon indicating copy to clipboard operation
operator-registry copied to clipboard

Operator Registry runs in a Kubernetes or OpenShift cluster to provide operator catalog data to Operator Lifecycle Manager.

Results 170 operator-registry issues
Sort by recently updated
recently updated
newest added

**Description of the change:** This PR adds support to the `opm render` command for package manifest and bundle directories. Two notes: 1. When rendering bundle directories, there is no metadata...

do-not-merge/hold
approved

**Description of the change:** collect informative (name/package and schema type) errors in Load() **Motivation for the change:** able to fix all load errors in one go. **Reviewer Checklist** - [...

lgtm

**Description of the change:** updates to the newer health check api that has a `watch` endpoint. **Motivation for the change:** keeping up with grpc, but also hopeful that the watch...

approved
needs-rebase

Signed-off-by: akihikokuroda **Description of the change:** e2e tests take `IMAGE_DOMAIN` env variable for the domain name of the image. The default is `olmtest`. It allows to use the `docker.io` as...

needs-ok-to-test

I’ve noticed that there’s a discrepancy between the bundle validators in the api and operator registry projects. Examining the commits in these files: https://github.com/operator-framework/api/commits/master/pkg/validation/internal/bundle.go https://github.com/operator-framework/operator-registry/commits/master/pkg/lib/validation/bundle.go It appears that Vu removed...

kind/feature
triaged

When `opm registry add` command is invoked (in `quay.io/operator-framework/upstream-opm-builder:latest` image, which is in turn invoked from `operator-sdk run bundle`, but these are not significant details), it tries to read `$HOME/.docker/config.json`...

kind/bug
triaged

Currently, the `annotations.yaml` file in a bundle requires `operators.operatorframework.io.bundle.channels.v1`, while ` operators.operatorframework.io.bundle.channel.default.v1` is optional. With the [introduction](https://github.com/operator-framework/operator-registry/pull/768) of the `olm.channel` schema for plain-text storage backed Catalogs, the channel information must...

kind/api-change
triaged

Some refactoring work for https://github.com/operator-framework/operator-registry/pull/767, moving the bundle existence checks on add to a wrapped implementation of populator.

do-not-merge/hold
needs-rebase

I was actually having a hard time on this command opm index add, I add -p podman --generate but it seems i am getting an issue with the unable to...

lifecycle/stale
triage/needs-information
triaged

## Feature Request **Is your feature request related to a problem? Please describe.** As an operator pipeline administrator, I would like to have more fine control over exactly what is...

triage/unresolved