-
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
feat: Added net.ipv4.tcp_rmem and net.ipv4.tcp_wmem into safe sysctl list #127489
Conversation
…list kubernetes#125234 Signed-off-by: nikzayn <nikhilvaidyar1997@gmail.com>
…ernetes#125234 Signed-off-by: nikzayn <nikhilvaidyar1997@gmail.com>
392967e
to
ed9302f
Compare
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.
I think the CheckSysctls
function needs to be updated with sysctlsV1Dot32
in this 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.
Good Catch.
Added.
Signed-off-by: nikzayn <nikhilvaidyar1997@gmail.com>
This LGTM to me, but I'm not confident enough in this part of the code to give a /lgtm. Will leave that for someone else more experienced |
It looks OK to me, but I am also not super familiar here. @SergeyKanzhelev @bobbypage @mrunalp - can you find a delegate? |
RelNote clean up suggestion:
|
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
/approve
kubelet part looks good. Pod security admission changes looks consistent with what was there
LGTM label has been added. Git tree hash: a3d9d09a691535f6eb5499472537da803668de60
|
Release note was updated. |
/cc @liggitt |
/assign @liggitt |
staging/src/k8s.io/pod-security-admission/policy/check_sysctls.go
Outdated
Show resolved
Hide resolved
046c8aa
to
e9d999d
Compare
/approve for pod-security-admission bits |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liggitt, mauri870, pacoxu, SergeyKanzhelev 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 |
Ping @SergeyKanzhelev. Would you LGTM again after my update to address Jordan's comments? |
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
LGTM label has been added. Git tree hash: 25fc4128c8ab21d95b5fe3296a7fe234dd6bba69
|
This is based on @nikzayn's #125270. Feel free to close this PR if you want to continue to work on the original one.
Fixes #125234