OCPNODE-2552: Add ImagePolicy to the list of valid config manifests#5094
OCPNODE-2552: Add ImagePolicy to the list of valid config manifests#5094QiWang19 wants to merge 1 commit into
Conversation
|
@QiWang19: This pull request references OCPNODE-2552 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 story to target the "4.18.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. |
✅ Deploy Preview for hypershift-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
@QiWang19: This pull request references OCPNODE-2552 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 story to target the "4.18.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. |
|
/retest |
|
Can you add the "why" in the commit description please? - See 5. in https://hypershift-docs.netlify.app/contribute/#prior-to-submitting-a-pull-request. |
|
Hey @QiWang19 thanks for the PR, could you please take a look to the Bryan's comment? |
|
@QiWang19: This pull request references OCPNODE-2552 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 story to target the "4.18.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. |
|
@QiWang19: This pull request references OCPNODE-2552 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 story to target the "4.18.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. |
3807e5c to
e2eb80c
Compare
|
/retest |
|
I updated the commit. PTAL @bryan-cox @jparrill |
|
/retest |
|
/lgtm cancel |
|
@QiWang19 could you update the commit message with the OCPNODE id you have in the title and add some details you have in this PR's first message too as additional text?. Thanks! Let me know for tagging. |
Add ImagePolicy CRD to valid manifests as MCO bootstraps it. This is a namespaced CRD for image sigstore signature verification. Previously, we introduced the ClusterImagePolicy in PR openshift#3894 to support IBM ROKS deployments. This change aligns with our ongoing effort to ensure Hypershift remains consistent with OpenShift's functionality. we also allow hypershift users to configure imagepolicy for their namespaces, make sure hypershift provides the same set of features as OpenShift. Signed-off-by: Qi Wang <qiwan@redhat.com>
e2eb80c to
ba581cd
Compare
|
@jparrill commit updated. PTAL |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: QiWang19 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/hold |
|
@QiWang19: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
|
Since ImageTagMirrorSet is cluster wide resource we'll come up with a semantic to expose it in the HC. |
What this PR does / why we need it:
Add ImagePolicy CRD to valid manifests as MCO bootstraps it. This is a namespaced CRD for image sigstore signature verification. Previously, we introduced the ClusterImagePolicy in PR #3894 to support IBM ROKS deployments.
This change aligns with our ongoing effort to ensure Hypershift remains consistent with OpenShift's functionality.
we also allow hypershift users to configure imagepolicy for their namespaces, make sure hypershift provides the same set of features as OpenShift.
Which issue(s) this PR fixes (optional, use
fixes #<issue_number>(, fixes #<issue_number>, ...)format, where issue_number might be a GitHub issue, or a Jira story:Fixes # https://issues.redhat.com//browse/OCPNODE-2552
Checklist