-
Notifications
You must be signed in to change notification settings - Fork 1.1k
cri: implement RuntimeConfig rpc #7079
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
cri: implement RuntimeConfig rpc #7079
Conversation
|
Hi @marquiz. 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. |
|
/cc @haircommander |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #7079 +/- ##
==========================================
- Coverage 49.16% 49.12% -0.04%
==========================================
Files 135 136 +1
Lines 15486 15496 +10
==========================================
- Hits 7613 7612 -1
- Misses 6971 6982 +11
Partials 902 902 |
4da8dee to
009efd2
Compare
009efd2 to
6f385ea
Compare
|
/ok-to-test |
Required to update cri-api for upcoming Kubernetes features, e.g. cgroup driver detection. Signed-off-by: Markus Lehtonen <[email protected]>
This patch implements the CRI server side of Kubernetes KEP-4033 https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/4033-group-driver-detection-over-cri Signed-off-by: Markus Lehtonen <[email protected]>
6f385ea to
ecd7f9a
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: marquiz, 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 |
|
Closed #7163 -> suggest to do dependency/vendor update of kubernetes in this single PR. |
|
/retest |
What type of PR is this?
/kind feature
/kind dependency-change
What this PR does / why we need it:
This PR iimplements the new RuntimeConfig rpc of the CRI API, also implementing the CRI server side of Kubernetes KEP-4033.
The PR also contains the required vendor/dependencies update of Kubernetes to v1.28.0-beta.0 to bump cri-api to include the new rpc.
Which issue(s) this PR fixes:
None
Refs kubernetes/kubernetes#118770
Refs https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/4033-group-driver-detection-over-cri
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Not in cri-o, but Kubernetes users will see a change (not sure if we want to capture it here).