-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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 dedicated seccomp node reference #47967
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
4042172
to
79c003d
Compare
79c003d
to
1c39baf
Compare
Opening this up for a first review. I assume we can extend into various directions. |
/sig node security |
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.
Thanks
Optionally, also edit https://kubernetes.io/docs/tasks/administer-cluster/securing-a-cluster/ and / or https://kubernetes.io/docs/concepts/security/linux-kernel-security-constraints/ to link to the new page.
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.
This may be best placed in a different path so that it doesn't fail our (manual) manifest validation checks.
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 am not sure where's best though.
1c39baf
to
8ae40a9
Compare
: A default seccomp profile defined by the {{< glossary_tooltip text="container runtime" term_id="container-runtime" >}} is applied. | ||
|
||
`Localhost` | ||
: The `localhostProfile` will be applied, which has to be available on the node disk (on Linux it's `/var/lib/kubelet/seccomp`). |
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.
(aside) Feels relevant to #47425
f5e1026
to
f4d6cf1
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.
/lgtm
one suggestion, but looks OK
LGTM label has been added. Git tree hash: ffb06adca55b030ea95222024a79248a216719b2
|
@saschagrunert, what do you think of SergeyKanzhelev's suggestion? |
@dipesh-rawat I incorporated the requested changes. 👍 |
Signed-off-by: Sascha Grunert <[email protected]>
/lgtm |
LGTM label has been added. Git tree hash: ef91a36fe446b8ff5b7dac366cf39af471e3aad4
|
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
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.
Thanks!
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dipesh-rawat, 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 |
@saschagrunert, I appreciate this improvement. Thank you. |
Description
Adding a node reference page about seccomp.
Issue
Fixes #47687
Preview: https://deploy-preview-47967--kubernetes-io-main-staging.netlify.app/docs/reference/node/seccomp/