-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Promote ShareProcessNamespace to beta #66507
Conversation
/retest |
/lgtm cc @kubernetes/sig-node-pr-reviews |
/assign @dchen1107 |
@verb the code should be removed in |
Otherwise, lgtm. |
This field is no longer alpha, so don't drop it with the other alpha fields.
@yujuhong sure thing. I removed the code from DropDisabledAlphaFields and left the check in validation. |
/retest |
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.
/lgtm
/hold Can @kubernetes/api-approvers take a look as we are moving sharedPID to beta ? |
/lgtm |
To clarify, this enables the feature to be used by default, it doesn't actually default |
@tallclair Correct. The pod default is unchanged. If Sorry for the confusing wording, I will update the description. |
/retest |
@liggitt @smarterclayton commented on this in alpha. Can one of you review this for beta? |
/assign @liggitt |
/lgtm |
/retest |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dchen1107, verb, yastij, yujuhong The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
I don't have any objections, but don't have a good sense for what feedback we got on this. Will defer to sig-node |
@liggitt deferred to sig-node for api-approvers. Since @dchen1107 gave approval for sig-node I'll go ahead and remove the hold. /hold cancel |
/test all [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions here. |
What this PR does / why we need it: The ability to configure PID namespace sharing per-pod was added as an alpha feature in 1.10. This promotes the feature to beta and makes the feature available by default.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):WIP #1615
Special notes for your reviewer:
/assign @yujuhong
Release note: