-
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 documentation about SeccompDefault
feature
#27957
Add documentation about SeccompDefault
feature
#27957
Conversation
d129b8e
to
52b0e46
Compare
Deploy preview for kubernetes-io-master-staging ready! Built with commit d02e3b2 https://deploy-preview-27957--kubernetes-io-master-staging.netlify.app |
Deploy preview for kubernetes-io-master-staging ready! Built with commit 52b0e46 https://deploy-preview-27957--kubernetes-io-master-staging.netlify.app |
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 Remember to target branch dev-1.22, not master
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.
Given that this tutorial is going to be about trying an alpha feature, let's reword:
This tutorial will show examples with both alpha (pre-v1.19) and generally available seccomp functionality
and also:
- let
min-kubernetes-server-version: 1.22
in the page front matter - add a {{< version-check >}} shortcode to the prerequisites section, plus extra text about setting up kind to run a v1.22 or later cluster with the feature gate enabled.
52b0e46
to
1e013a3
Compare
👷 Deploy Preview for kubernetes-io-vnext-staging processing. 🔨 Explore the source changes: 27a74df 🔍 Inspect the deploy log: https://app.netlify.com/sites/kubernetes-io-vnext-staging/deploys/60d48467d049870008d171e2 |
4e0217b
to
e52639e
Compare
Thank you for the review @sftim 🙏 ! I hope I understood and addressed your comments correctly. |
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.
Can we be sure that kind will provide a tool that deploys a v1.22 cluster on or soon after release day?
I notice latest kind
deploys a v1.20 cluster.
No, I assume that the images will be updated manually after a k8s release. cc @BenTheElder |
3106eaf
to
5746b63
Compare
Thank you for the review, I had to mention the |
content/en/docs/reference/command-line-tools-reference/feature-gates.md
Outdated
Show resolved
Hide resolved
9738b6f
to
de98ba2
Compare
This adds a documentation section about the `SeccompDefault` feature gate for the kubelet. Beside that, the feature gate has been added to the list of features, too. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
de98ba2
to
27a74df
Compare
Thank you for the review @tengqm, I added and fixed your suggestions :) |
k/k PR merged, this is now ready, too. A feature blog post with more background information is in progress, especially covering upgrade and downgrade strategies. |
/lgtm |
LGTM label has been added. Git tree hash: d58454a5d3d3e8786c65c0e4a449875ff59f5c5a
|
@kubernetes/sig-docs-en-owners please take a look |
/lgtm |
/approve |
/approved |
I'll let the docs release team for v1.22 make the call on approval here. |
Requesting approval from @PI-Victor @ashnehete @carlisia @chrisnegus @ritpanjw |
thank you for your work @saschagrunert! /approve ps: had this written but forgot to press the button. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: carlisia, PI-Victor 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 |
#27957 (comment) FTR |
This adds a documentation section about the
SeccompDefault
featuregate for the kubelet. Beside that, the feature gate has been added to
the list of features, too.
Refers to kubernetes/enhancements#2413
Preview lazy link:
https://deploy-preview-27957--kubernetes-io-vnext-staging.netlify.app/docs/tutorials/clusters/seccomp