OSDOCS-21804: Document that disconnected 4.22 installs require oc-mirror v2 for release image signatures - #118944
Conversation
…ror v2 for release image signatures The default ClusterImagePolicy enforces sigstore verification on cluster nodes at first boot, so oc adm release mirror cannot complete a disconnected install. Co-authored-by: Cursor <cursoragent@cursor.com>
|
@Divyanshi-13: This pull request references OSDOCS-21804 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "5.1.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Hi @Divyanshi-13. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Summary
ClusterImagePolicy(openshift) to cluster nodes (not bootstrap), which writessigstoreSignedinto/etc/containers/policy.jsonand is enforced at first boot bymachine-config-daemon-pull.service.oc adm release mirrorandoc image mirrordo not provide those signatures for first-boot verification, so disconnected installs must use oc-mirror plugin v2 (signatures mirrored by default).install-config.yaml, overwritingpolicy.json, and theSigstoreImageVerificationTechPreview feature gate are not the supported path.Fixes https://issues.redhat.com/browse/OSDOCS-21804
Related: https://issues.redhat.com/browse/OCPBUGS-82580
Test plan
oc adm release mirrordeprecation snippet now mentions missing signatures at first boot.oc image mirrorsignature example was removed from the cluster image policy procedure.Made with Cursor