You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mirroring works fine, I can even deploy the cincinatti operator with the graph, all is ok.
But I cannot upgrade my cluster because it does not recognize the release signatures.
What did you expect to happen?
The tool generates config-maps with signatures I can apply to the cluster, otherwise I can't use the mirror for upgrades via OSUS:
lastTransitionTime: "2024-09-04T05:23:39Z"
message: 'Retrieving payload failed version="4.16.10" image="mirror.example.com:50000/openshift-release-dev/ocp-release@sha256:793bac91943944692d72a61c47a3102edb70fb2948cdf54019f06376a87298ad"
failure=The update cannot be verified: unable to verify sha256:793bac91943944692d72a61c47a3102edb70fb2948cdf54019f06376a87298ad
against keyrings: verifier-public-key-redhat'
reason: RetrievePayload
status: "False"
type: ReleaseAccepted
How to reproduce it (as minimally and precisely as possible)?
We have tested oc-mirror 4.18.0-202410011141.p0.g227a9c4 on stable-4.17 OCP channel
There are 2 files generated for the same signature, 1 json and 1 yaml, but the metadata.mane is missing on both so it can't be applied as is
Also it seems only one of these 2 files is necessary
Version
What happened?
The mirroring works fine, I can even deploy the cincinatti operator with the graph, all is ok.
But I cannot upgrade my cluster because it does not recognize the release signatures.
What did you expect to happen?
The tool generates config-maps with signatures I can apply to the cluster, otherwise I can't use the mirror for upgrades via OSUS:
message: 'Retrieving payload failed version="4.16.10" image="mirror.example.com:50000/openshift-release-dev/ocp-release@sha256:793bac91943944692d72a61c47a3102edb70fb2948cdf54019f06376a87298ad"
failure=The update cannot be verified: unable to verify sha256:793bac91943944692d72a61c47a3102edb70fb2948cdf54019f06376a87298ad
against keyrings: verifier-public-key-redhat'
reason: RetrievePayload
status: "False"
type: ReleaseAccepted
How to reproduce it (as minimally and precisely as possible)?
Anything else we need to know?
The tool seems to generate the signatures
But there are binary files that I cannot apply, V1 used to generate a nice config-map for these.
The text was updated successfully, but these errors were encountered: