This bug was initially created as a copy of Bug #1804889 I am copying this bug because: Description of problem: The olm.skipRange and minKubeVersion variables are missing in the nfd clusterserviceversion.yaml : https://github.com/openshift/cluster-nfd-operator/blob/master/manifests/olm-catalog/4.4/nfd.v4.4.0.clusterserviceversion.yaml minKubeVersion is the minimal KubeVersion required by your Operator. olm.skipRange is the scope from which your clusterserviceversion can be upgraded from. Thanks to Anping Li for bringing this to our attention. Version-Release number of selected component (if applicable): https://github.com/openshift/cluster-nfd-operator master, release-4.3 branches How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
The file on the 4.5 branch is named nfd.v4.4.0.clusterserviceversion.yaml @carangog Should the file be nfd.v4.5.0.clusterserviceversion.yaml?
It does have to be, will patch ASAP
Also, should the skip range be 1 version higher than the 4.4 version of the fix? https://github.com/openshift/cluster-nfd-operator/pull/72/files
PR -> https://github.com/openshift/cluster-nfd-operator/pull/75
(In reply to Mike Fiedler from comment #4) > The file on the 4.5 branch is named nfd.v4.4.0.clusterserviceversion.yaml > > @carangog Should the file be nfd.v4.5.0.clusterserviceversion.yaml? We need to address this ^^ comment first. Setting to POST.
Verified minKubeVersion, olm.skipRange and crd name are now correct: https://github.com/openshift/cluster-nfd-operator/blob/release-4.5/manifests/olm-catalog/4.5/nfd.v4.5.0.clusterserviceversion.yaml and https://github.com/openshift/cluster-nfd-operator/blob/master/manifests/olm-catalog/4.5/nfd.v4.5.0.clusterserviceversion.yaml
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:2409