Skip to content

Commit a491d12

Browse files
marquizhaircommander
authored andcommitted
KEP-4033: describe error handling of kubelet
1 parent e005b6c commit a491d12

File tree

1 file changed

+4
-1
lines changed
  • keps/sig-node/4033-group-driver-detection-over-cri

1 file changed

+4
-1
lines changed

keps/sig-node/4033-group-driver-detection-over-cri/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,10 @@ cgroupDriver option has been deprecated and will be dropped in a future release.
276276
Kubelet startup is modified so that connection to the CRI server (container
277277
runtime) is established and RuntimeConfig is queried before initializing the
278278
kubelet internal container-manager which is responsible for kubelet-side cgroup
279-
management.
279+
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.
280283

281284
### Test Plan
282285

0 commit comments

Comments
 (0)