We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e005b6c commit a491d12Copy full SHA for a491d12
keps/sig-node/4033-group-driver-detection-over-cri/README.md
@@ -276,7 +276,10 @@ cgroupDriver option has been deprecated and will be dropped in a future release.
276
Kubelet startup is modified so that connection to the CRI server (container
277
runtime) is established and RuntimeConfig is queried before initializing the
278
kubelet internal container-manager which is responsible for kubelet-side cgroup
279
-management.
+management. If supported by the runtime, RuntimeConfig query is expected to
280
+succeed, an error (error response or timeout) is regarded as a failed
281
+initialization of the runtime service and kubelet will exit with an error
282
+message and an error code.
283
284
### Test Plan
285
0 commit comments