operator-framework / kubectl-operator

Manage Kubernetes Operators from the command line
https://operatorframework.io/
Apache License 2.0
128 stars 37 forks source link

Add experimental OLMv1 support behind envvar toggle #84

Closed joelanford closed 1 year ago

joelanford commented 1 year ago

Closes #83

openshift-ci[bot] commented 1 year ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: joelanford

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/operator-framework/kubectl-operator/blob/main/OWNERS)~~ [joelanford] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
tmshort commented 1 year ago

See #85 for non-experimental version.

joelanford commented 1 year ago

This was superseded by #84, which added the same functionality under a new subcommand kubectl operator olmv1.

I'm not sure I fully understand the migration strategy for the repo to get from OLMv0 to OLMv1, so I'll open another issue to get aligned about that.