OCPBUGS-99461: Add missing annotations to NetworkPolicy manifests - #1569
Conversation
|
Skipping CI for Draft Pull Request. |
|
@jmencak: This pull request references Jira Issue OCPBUGS-99461, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
The bug has been updated to refer to the pull request using the external bug tracker. 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. |
WalkthroughFour NetworkPolicy resources gained OpenShift capability and release-stream annotations. The default-deny policy also declares the operator namespace. Selectors, traffic rules, ports, and policy types remain unchanged. ChangesNetworkPolicy annotations
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@jmencak: This pull request references Jira Issue OCPBUGS-99461, which is valid. 3 validation(s) were run on this bug
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. |
|
Unsupported PR languages |
86f0013 to
b6818a6
Compare
|
Unsupported PR languages |
1 similar comment
|
Unsupported PR languages |
|
/retest-required |
PR Summary by QodoAdd Cluster Profile annotations to NTO NetworkPolicy manifests
AI Description
Diagram
High-Level Assessment
Files changed (1)
|
Code Review by Qodo
1.
|
NTO NetworkPolicy manifests that were added as part of openshift#1323 were missing Cluster Profile (https://github.com/openshift/enhancements/blob/master/enhancements/update/cluster-profiles.md) annotations. Add the missing Cluster Profile annotations, so that CVO does not ignore the NetworkPolicy manifests. include.release.openshift.io/hypershift: "true" include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" include.release.openshift.io/single-node-developer: "true" Also add NTO namespace to the "default-deny-all" policy. Resolves: OCPBUGS-99461
b6818a6 to
00d52ea
Compare
|
/cc @knobunc |
|
/lgtm |
|
/verified later @shyadav10 |
|
@jmencak: This PR has been marked to be verified later by 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jmencak, MarSik The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
1 similar comment
|
/retest |
|
@jmencak: all tests passed! 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. |
|
@jmencak: Jira Issue OCPBUGS-99461: All pull requests linked via external trackers have merged: This pull request has the 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. |
NTO NetworkPolicy manifests that were added as part of #1323 were missing Cluster Profile (https://github.com/openshift/enhancements/blob/master/enhancements/update/cluster-profiles.md) annotations.
Add the missing Cluster Profile annotations, so that CVO does not ignore the NetworkPolicy manifests.
Resolves: OCPBUGS-99461
Summary by CodeRabbit
NodeTuningcapability.hypershift,ibm-cloud-managed,self-managed-high-availability, andsingle-node-developerrelease streams.