Skip to content

Commit c0e2ed3

Browse files
committed
install: Add ClusterVersionOperator DevPreviewNoUpgrade CR
The `include.release.openshift.io/hypershift` annotation is omitted, as we do not want to apply the resource in HyperShift (for more information, see [1]). [1]: https://github.com/openshift/enhancements/blob/master/enhancements/update/cvo-log-level-api.md
1 parent 3bd2978 commit c0e2ed3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
apiVersion: operator.openshift.io/v1alpha1
2+
kind: ClusterVersionOperator
3+
metadata:
4+
name: cluster
5+
annotations:
6+
include.release.openshift.io/ibm-cloud-managed: "true"
7+
include.release.openshift.io/self-managed-high-availability: "true"
8+
release.openshift.io/feature-set: DevPreviewNoUpgrade
9+
release.openshift.io/create-only: "true"
10+
spec:
11+
operatorLogLevel: Normal

0 commit comments

Comments
 (0)