-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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 pid limits to ga #23883
Promote pid limits to ga #23883
Conversation
Hi @SergeyKanzhelev . |
sorry, fixed. |
Deploy preview for kubernetes-io-master-staging ready! Built with commit 6125077 https://deploy-preview-23883--kubernetes-io-master-staging.netlify.app |
content/en/docs/reference/command-line-tools-reference/feature-gates.md
Outdated
Show resolved
Hide resolved
content/en/docs/reference/command-line-tools-reference/feature-gates.md
Outdated
Show resolved
Hide resolved
6125077
to
2edd308
Compare
Deploy preview for kubernetes-io-vnext-staging processing. Building with commit ecf851c https://app.netlify.com/sites/kubernetes-io-vnext-staging/deploys/5f6256419ad19200086b0249 |
/lgtm |
Hello, 1.20 docs lead here. Can we also get a lgtm from the sig? @kubernetes/sig-node-pr-reviews |
/milestone 1.20 |
@@ -290,6 +286,12 @@ different Kubernetes components. | |||
| `SupportIPVSProxyMode` | `false` | Beta | 1.9 | 1.9 | | |||
| `SupportIPVSProxyMode` | `true` | Beta | 1.10 | 1.10 | | |||
| `SupportIPVSProxyMode` | `true` | GA | 1.11 | - | | |||
| `SupportNodePidsLimit` | `false` | Alpha | 1.14 | 1.14 | | |||
| `SupportNodePidsLimit` | `true` | Beta | 1.15 | 1.19 | | |||
| `SupportNodePidsLimit` | `true` | GA | 1.20 | - | |
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.
@SergeyKanzhelev , would you have time to add a description for SupportNodePidsLimit
(~ line 535) similar to:
SupportPodPidsLimit: Enable the support to limiting PIDs in Pods.
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.
PTAL
LGTM |
2edd308
to
ecf851c
Compare
/lgtm |
Thanks @SergeyKanzhelev |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kbhawkey 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 |
Follow up from kubernetes/kubernetes#94140
(used #23332 as an example)