Skip to content

Commit df69242

Browse files
authoredFeb 19, 2021
Deprecate initializer and registry-server
Per a discussion on the olm-dev triage call on Feb 4th, it was agreed that both the `initializer` and `registry-server` binaries should be deprecated in favor of `opm` equivalent commands.
1 parent abc11c9 commit df69242

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ Operator Registry runs in a Kubernetes or OpenShift cluster to provide operator
88
This project provides the following binaries:
99

1010
* `opm`, which generates and updates registry databases as well as the index images that encapsulate them.
11-
* `initializer`, which takes as an input a directory of operator manifests and outputs a sqlite database containing the same data for querying.
11+
* `initializer`, which takes as an input a directory of operator manifests and outputs a sqlite database containing the same data for querying
12+
* Deprecated - use `opm registry|index add` instead
1213
* `registry-server`, which takes a sqlite database loaded with manifests, and exposes a gRPC interface to it.
14+
* Deprecated - use `opm registry serve` instead
1315
* `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`.
1416

1517
And libraries:

0 commit comments

Comments
 (0)
Please sign in to comment.