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:
Verified in https://github.com/openshift/cluster-nfd-operator/blob/release-4.4/manifests/olm-catalog/4.4/nfd.v4.4.0.clusterserviceversion.yaml ..... olm.skipRange: ">=4.1.0 <4.5.0" spec: displayName: Node Feature Discovery version: 4.4.0 minKubeVersion: 1.17.0 maintainers: - name: "Red Hat" email: openshift-psap links: .....
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:0581