-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
must gather from 4.19.0-ec4 still lists v1alpha1 of PIS causing the MCO to be degraded with the error:
E0331 18:52:53.808425 1 reflector.go:166] "Unhandled Error" err="github.com/openshift/client-go/machineconfiguration/informers/externalversions/factory.go:125: Failed to watch *v1.PinnedImageSet: failed to list *v1.PinnedImageSet: the server could not find the requested resource (get pinnedimagesets.machineconfiguration.openshift.io)"
Reason being:
https://github.com/openshift/api/pull/2198 merged the V1 PIS API into o/api.
Following that the MCO was adapted to use the V1 API https://github.com/openshift/machine-config-operator/pull/4934.
However the CustomResourceDefinitions for PIS V1 were never merged in the Openshift API