-
Notifications
You must be signed in to change notification settings - Fork 1.1k
add allowed annotations to workloads #5358
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 allowed annotations to workloads #5358
Conversation
ab09369 to
9cb2570
Compare
Codecov Report
@@ Coverage Diff @@
## main #5358 +/- ##
==========================================
- Coverage 43.72% 43.61% -0.12%
==========================================
Files 118 118
Lines 11752 11814 +62
==========================================
+ Hits 5139 5153 +14
- Misses 6125 6169 +44
- Partials 488 492 +4 |
6f0acaa to
6f5215c
Compare
6f5215c to
6b5fef3
Compare
|
thanks @TomSweeneyRedHat adapted (mostly) as suggested |
6b5fef3 to
cb2e064
Compare
|
/retest |
cb2e064 to
94e3de4
Compare
|
rebased on #5373 |
94e3de4 to
8344280
Compare
ff7c2da to
1ba6970
Compare
|
@cri-o/cri-o-maintainers PTAL |
saschagrunert
left a comment
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
docs/crio.conf.5.md
Outdated
| "io.containers.trace-syscall" for tracing syscalls via the OCI seccomp BPF hook. | ||
|
|
||
| ### CRIO.RUNTIME.WORKLOADS TABLE | ||
| The "crio.runtime.workloads" table defines a list of workloads--a way to customize the behavior of a pod and container. |
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.
nit:
| The "crio.runtime.workloads" table defines a list of workloads--a way to customize the behavior of a pod and container. | |
| The "crio.runtime.workloads" table defines a list of workloads - a way to customize the behavior of a pod and container. |
1ba6970 to
6b5ee39
Compare
Signed-off-by: Peter Hunt <[email protected]>
6b5ee39 to
0b3ca53
Compare
as well as mark runtime class version of allowed_annotations as deprecated Signed-off-by: Peter Hunt <[email protected]>
Signed-off-by: Peter Hunt <[email protected]>
0b3ca53 to
01ee373
Compare
|
updated and fixed tests |
|
/retest |
|
@haircommander: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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/test-infra repository. I understand the commands that are listed here. |
saschagrunert
left a comment
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
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haircommander, saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
add allowed annotations to workloads
Signed-off-by: Peter Hunt [email protected]
What type of PR is this?
/kind feature
What this PR does / why we need it:
Adds allowed_annotations to workloads, and deprecates the one in runtime classes.
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?