-
Notifications
You must be signed in to change notification settings - Fork 269
OCPBUGS-42609: Disable adding/removing the UDN namespace label #2612
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OCPBUGS-42609: Disable adding/removing the UDN namespace label #2612
Conversation
|
@trozet: This pull request references Jira Issue OCPBUGS-42609, which is invalid:
Comment 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. |
|
/jira refresh |
|
@trozet: This pull request references Jira Issue OCPBUGS-42609, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: 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. |
| - apiGroups: [""] | ||
| apiVersions: ["v1"] | ||
| operations: ["UPDATE"] | ||
| resources: ["namespaces"] No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NIT: missing an empty line
| @@ -0,0 +1,30 @@ | |||
| apiVersion: admissionregistration.k8s.io/v1 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should only apply this if UDN is enabled
| apiVersion: admissionregistration.k8s.io/v1 | ||
| kind: ValidatingAdmissionPolicy | ||
| metadata: | ||
| name: disable-udn-label-change |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we make it more user friendly? something like:
user-defined-networks-namespace-label
97d773d to
215de3e
Compare
|
/testwith ? |
215de3e to
e6e69f5
Compare
UDN namespace label will be required when namespaces are created in order to use a primary UDN in that namespace. Co-authored-by: Patryk Diak <pdiak@redhat.com> Signed-off-by: Tim Rozet <trozet@redhat.com>
e6e69f5 to
4668f71
Compare
|
/retest |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kyrtapz, trozet 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 |
|
@trozet: 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. |
|
/label acknowledge-critical-fixes-only |
2a17ab8
into
openshift:master
|
@trozet: Jira Issue OCPBUGS-42609: Some pull requests linked via external trackers have merged: The following pull requests linked via external trackers have not merged:
These pull request must merge or be unlinked from the Jira bug in order for it to move to the next state. Once unlinked, request a bug refresh with Jira Issue OCPBUGS-42609 has not been moved to the MODIFIED state. 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. |
|
[ART PR BUILD NOTIFIER] Distgit: cluster-network-operator |
openshift/cluster-network-operator#2612 introduced a new VAP to account for. Signed-off-by: Bryan Cox <brcox@redhat.com>
|
Fix included in accepted release 4.19.0-0.nightly-2025-04-02-065200 |
|
Fix included in accepted release 4.19.0-0.nightly-2025-04-02-170034 |
|
Fix included in accepted release 4.19.0-0.nightly-2025-04-04-023411 |
|
Fix included in accepted release 4.19.0-0.nightly-2025-04-04-170728 |
UDN namespace label will be required when namespaces are created in order to use a primary UDN in that namespace.
Upstream PR: ovn-kubernetes/ovn-kubernetes#4912