-
Story
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
BU Product Work
-
False
-
None
-
False
-
OCPSTRAT-1347 - [GA release] Next-gen OLM (OLM v1)
-
-
Test 1:
- Create a Bundle with the following property:
apiVersion: operators.coreos.com/v1alpha1
kind: ClusterServiceVersion
metadata:
annotations:
olm.properties: '[\{"type": "olm.maxOpenShiftVersion", "value": "4.17"}]'
Note the value needs to be equal to the cluster version this is being tested on.
- Apply a ClusterExtension resource that installs the bundle
- Query the operator conditions to ensure that:
- Upgradeable is set to false
- Reason is “IncompatibleOperatorsInstalled”
- Message is the name of the bundle name
Test 2
Same as test 1 but with two bundles. Message should have names in alphabetical order.
Test 3
Apply a bundle without the annotation. Upgradeable should be True.