-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Add docs/admin/sysctls.md #1126
Conversation
|
||
A number of sysctls are _namespaced_ in today's Linux kernels. This means that | ||
they can be set independently for each pod on a node. Being namespaced is a | ||
requirement for sysctls to be accessibly in a pod context within Kubernetes. |
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.
s/accessibly/accessible
few typos, but lgtm otherwise. |
one last comment, squash if you agree, then LGTM |
56f861a
to
37ac2cc
Compare
Addressed last comment, squashed and rebased. |
@kubernetes/docs what's the merge policy here? Anybody can just merge with a lgtm? |
I can merge, but if this feature isn't present until the 1.4 release, it should not be merged until then. I'll do a docs review in the meantime. |
c3ee89c
to
20c8543
Compare
@devin-donnelly will you cherry-pick onto the 1.4 branch? Or should I create another PR for that? |
Replaced by #1182 |
* Adding update discussion link to guide Signed-off-by: Catherine Paganini <[email protected]> * Update LOCALIZATION.md Signed-off-by: Catherine Paganini <[email protected]>
Here is the proposal: kubernetes/kubernetes#26057
Here is the feature: kubernetes/enhancements#34
This change is