cilium / cilium-olm

Other
10 stars 13 forks source link

ensure that operator bundles are published for OpenShift 4.7 #41

Closed errordeveloper closed 3 years ago

errordeveloper commented 3 years ago

It turns out that the bundle is currently only published for 4.5 & 4.6.

On 4.6 this works:

$ kubectl get  packagemanifests -n openshift-marketplace cilium 
NAME     CATALOG               AGE
cilium   Certified Operators   122m

But no on 4.7:

Error from server (NotFound): packagemanifests.packages.operators.coreos.com "cilium" not found

This is due to: https://github.com/cilium/cilium-olm/blob/171880aae95e95a30811a33e10f2d9c16feb9c6d/bundles/Dockerfile#L13

errordeveloper commented 3 years ago

Fixing this will require some minor reworking of the build automation.

errordeveloper commented 3 years ago

fixed in 8c216cc80120bdf148b907946df4dc44cc2c5382