-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add crio.runtime.runtimes seccomp_profile to crio.conf.5 doc #9458
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 crio.runtime.runtimes seccomp_profile to crio.conf.5 doc #9458
Conversation
Signed-off-by: Gavin Lam <gavin.oss@tutamail.com>
Hi @gavinkflam. Thanks for your PR. I'm waiting for a cri-o member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9458 +/- ##
==========================================
+ Coverage 67.07% 67.09% +0.02%
==========================================
Files 202 202
Lines 27997 27997
==========================================
+ Hits 18779 18785 +6
+ Misses 7644 7636 -8
- Partials 1574 1576 +2 🚀 New features to boost your workflow:
|
Could you PTAL? I noticed that my last PR didn't update the crio.conf.5 document. |
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.
/ok-to-test
Thank you for the update!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gavinkflam, saschagrunert 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 |
/retest |
What type of PR is this?
/kind documentation
What this PR does / why we need it:
I've added
crio.runtime.runtimes
seccomp_profile
in #9424. This is to add the new configuration to the crio.conf.5 document.Which issue(s) this PR fixes:
Part of #5715
Special notes for your reviewer:
Does this PR introduce a user-facing change?