-
Notifications
You must be signed in to change notification settings - Fork 40.3k
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
Mark net.ipv4.ip_unprivileged_port_start as a safe sysctl #103326
Conversation
Skipping CI for Draft Pull Request. |
baseline of PodSecurity is updated /cc @liggitt @mrunalp @tallclair |
@@ -19,3 +19,5 @@ spec: | |||
value: "0" | |||
- name: net.ipv4.ping_group_range | |||
value: 1 0 | |||
- name: net.ipv4.ip_unprivileged_port_start | |||
value: "1024" |
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.
you'll need to regenerate the testdata for all versions...
run UPDATE_POD_SECURITY_FIXTURE_DATA=true go test k8s.io/pod-security-admission/test
to update test fixtures
lgtm once testdata is updated and this has node reviewer ack |
/lgtm /hold for node lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liggitt, pacoxu 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 |
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.
@pacoxu can we get a doc update PR as well? |
one update in kubernetes/website#28737 ... if there are other files that should be updated, can you comment there? |
What type of PR is this?
/kind feature
/sig node
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #103298
Special notes for your reviewer:
Does this PR introduce a user-facing change?