-
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
Graduate SeccompDefault feature to beta #34640
Graduate SeccompDefault feature to beta #34640
Conversation
👷 Deploy Preview for kubernetes-io-vnext-staging processing.
|
cdccc0c
to
bdbec37
Compare
ba90192
to
fe639da
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.
Some changes needed, I'm afraid.
35a3b07
to
b4404c3
Compare
Thanks for the fast review, I incorporated the requested changes. 👍 |
b4404c3
to
dd59660
Compare
dd59660
to
30b3885
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.
@saschagrunert thanks for the continuous work on seccomp. 🙇
/lgtm
LGTM label has been added. Git tree hash: 338b155980df4d3106b470dc0a06743f6c108009
|
We now update the documentation to reflect the current state of the feature. Refers to: kubernetes/enhancements#2413 Signed-off-by: Sascha Grunert <[email protected]> Co-authored-by: Tim Bannister <[email protected]> Signed-off-by: Sascha Grunert <[email protected]>
30b3885
to
5d66e4b
Compare
/lgtm |
LGTM label has been added. Git tree hash: b012647e072ac80abc71ee16cf2e55284a54926f
|
/milestone 1.25 |
k/k PR got merged, can we also merge this one now? |
pass the flags `--feature-gates=SeccompDefault=true --seccomp-default` to the | ||
`kubelet` CLI or enable it via the [kubelet configuration | ||
file](/docs/tasks/administer-cluster/kubelet-config-file/). To enable the | ||
Seccomp defaulting for Pods is a beta feature in Kubernetes {{< skew currentVersion >}}, |
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.
Question: Is the feature called 'Seccomp defaulting' or 'Seccomp'?
I'm not sure I understand the use of the word, 'defaulting'. Which or what is 'defaulting'?
However, you still need to enable this defaulting for each node where you would like to use it.
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.
Right, fixing it in #35121
Thanks @saschagrunert |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kbhawkey, pjbgf 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 |
We now update the documentation to reflect the current state of the feature.
Refers to: kubernetes/enhancements#2413
k/k PR: kubernetes/kubernetes#110805