-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
Never prevent deletion of resources as part of namespace lifecycle #48733
Never prevent deletion of resources as part of namespace lifecycle #48733
Conversation
cc @kubernetes/sig-api-machinery-bugs |
/retest |
1 similar comment
/retest |
Can we add a test? |
41e96dc
to
95bf498
Compare
added a test |
@liggitt we need an associated issue, correct? /lgtm |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: liggitt, ncdc No associated issue. Update pull-request body to add a reference to an issue, or get approval with The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
added issue |
Automatic merge from submit-queue (batch tested with PRs 48494, 48733) |
good catch; should this be cherry-picked? |
Yeah, opened picks to 1.6 and 1.7 |
Cherrypick for 1.7 approved. |
Commit found in the "release-1.7" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
Namespace lifecycle should not prevent deletion of resources... its purpose is to prevent creation of resources in a terminating namespace, or create/update of resources in a non-existent namespace.
Fixes #49027
Release note: