Closed
Description
This issue should be closed when a demo recording is posted to the #olm-dev kubernetes slack channel that follows the below script:
Demo Script:
- Install operator-controller from the
main
branch or its most recently tagged release using operator-controller's standard install script and manifest. - Create a
Catalog
object referencingquay.io/operatorhubio/catalog:latest
- Show that the catalog status reflects that it was successfully unpacked.
- Show that the catalogd metadata api reports objects for all packages, channels, and bundles in the catalog.
- Create an
Operator
object referencing packagestrimzi-kafka-operator
. - Show that a
BundleDeployment
is created to reflect a bundle image reference with the highest semver bundle defined in the package (as of 4/5/23, that version is 0.34.0):quay.io/operatorhubio/strimzi-kafka-operator@sha256:42a3dce711492fae22f2d919299a0594f152396f6c2fef65ffc47226ba9c786e
- Delete the
Operator
andCatalog
objects. - Show that no catalog metadata or bundle deployment objects remain.
Related Issues:
Metadata
Metadata
Assignees
Type
Projects
Status
Done