-
Notifications
You must be signed in to change notification settings - Fork 1.1k
convert shmsize annotation to handler_allowed #4402
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
convert shmsize annotation to handler_allowed #4402
Conversation
|
Hi @wgahnagl. 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. 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. |
54b5da6 to
4867c83
Compare
4867c83 to
e838c8e
Compare
|
@dkatipamula this is the behavior change btw |
a721d78 to
7526a12
Compare
Codecov Report
@@ Coverage Diff @@
## master #4402 +/- ##
==========================================
+ Coverage 40.49% 40.52% +0.02%
==========================================
Files 116 116
Lines 9329 9326 -3
==========================================
+ Hits 3778 3779 +1
+ Misses 5125 5120 -5
- Partials 426 427 +1 |
|
/ok-to-test |
|
we will need a release note on this btw explaining the dropped config value and the new usage |
|
Changes LGTM |
| runtime_path = "$RUNTIME_BINARY" | ||
| runtime_root = "$RUNTIME_ROOT" | ||
| runtime_type = "$RUNTIME_TYPE" | ||
| allowed_annotations = ["io.kubernetes.cri-o.ShmSize"] |
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 allowed_annotations be specified on a global (rather than per-runtime) basis? The way it is configured now kinda overloads the meaning of a runtime.
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.
not currently!
5f60307 to
2444fe6
Compare
2444fe6 to
2727368
Compare
|
/cherry-pick release-1.20 |
|
@haircommander: once the present PR merges, I will cherry-pick it on top of release-1.20 in a new PR and assign it to you. DetailsIn response to this:
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/test-infra repository. |
2727368 to
68bdf58
Compare
|
/retest LGTM @umohnani8 @mrunalp @kolyshkin PTAL |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haircommander, wgahnagl 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 |
|
/lgtm |
|
LGTM |
|
/retest |
1 similar comment
|
/retest |
Signed-off-by: Skyler Clark <[email protected]>
68bdf58 to
a4588db
Compare
|
/lgtm (needed another docs update) |
|
/retest |
|
@haircommander: new pull request created: #4417 DetailsIn response to this:
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/test-infra repository. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
allows the shmsize to be set with a handler allowed annotation
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?