- 
                Notifications
    You must be signed in to change notification settings 
- Fork 68
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 Catalogobject referencingquay.io/operatorhubio/catalog:latest
- Show that the catalog status reflects that it was successfully unpacked.
- Create an Operatorobject referencing packagestrimzi-kafka-operatorwith channelstrimzi-0.32.x
- Show that a BundleDeploymentgets created and references the bundle imagequay.io/operatorhubio/strimzi-kafka-operator@sha256:0d4ac0ed10d815b30dca6521d3ceab5dfc150cddda22e9ca83e97462dbcfeff4
- Edit the Operatorobject and change the channel tostrimzi-0.33.x
- Show that the existing BundleDeploymentis updated to reflect a new bundle image reference withquay.io/operatorhubio/strimzi-kafka-operator@sha256:4d953d5fd719ea61a7009daaa7e37c948073132f231c2d2d1b07bf3d0d5d6e3b
- Edit the Operatorobject and remove the channel specification.
- Show that the existing BundleDeploymentis updated to reflect a new 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
- Edit the Operatorobject and set the channel tofoobar.
- Show the the Operatorobject has its status updated to reflect that no version is available in the specified channel. Also show that theBundleDeploymentis still present and remains at version 0.34.0.
- Delete the Operatorobjects.
Related Issues:
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done