Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate initializer and registry-server #587

Merged
merged 3 commits into from
Mar 11, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -8,10 +8,12 @@ Operator Registry runs in a Kubernetes or OpenShift cluster to provide operator

This project provides the following binaries:

* `opm`, which generates and updates registry databases as well as the index images that encapsulate them.
* `initializer`, which takes as an input a directory of operator manifests and outputs a sqlite database containing the same data for querying.
* `registry-server`, which takes a sqlite database loaded with manifests, and exposes a gRPC interface to it.
* `configmap-server`, which takes a kubeconfig and a configmap reference, and parses the configmap into the sqlite database before exposing it via the same interface as `registry-server`.
* `opm`, which generates and updates registry databases as well as the index images that encapsulate them.
* `initializer`, which takes as an input a directory of operator manifests and outputs a sqlite database containing the same data for querying
* Deprecated - use `opm registry|index add` instead
* `registry-server`, which takes a sqlite database loaded with manifests, and exposes a gRPC interface to it.
* Deprecated - use `opm registry serve` instead
* `configmap-server`, which takes a kubeconfig and a configmap reference, and parses the configmap into the sqlite database before exposing it via the same interface as `registry-server`.

And libraries: