File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
keps/sig-node/4033-group-driver-detection-over-cri Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -330,6 +330,15 @@ extending the production code to implement this enhancement.
330
330
331
331
- ` k8s.io/kubernetes/pkg/kubelet/kuberuntime ` : ` 2023-06-15 ` - ` 66.1% `
332
332
333
+ Kubelet unit tests that use the
334
+ [ fake_runtime] ( https://github.com/kubernetes/cri-api/blob/master/pkg/apis/testing/fake_runtime_service.go )
335
+ will be updated to verify the Kubelet is correctly inheriting the cgroup
336
+ driver:
337
+
338
+ - If CRI returns "Not Implemented", Kubelet falls back to its own internal cgroup driver
339
+ - If CRI returns an error, Kubelet fails to run
340
+ - If CRI returns the cgroup driver, Kubelet overrides its cgroup driver to use the one returned by CRI.
341
+
333
342
##### Integration tests
334
343
335
344
<!--
You can’t perform that action at this time.
0 commit comments