![]() As part of this change, the code responsible for managing the sandbox image within the kubelet has been removed. Previously, the kubelet used to prevent sandbox image from the garbage collection process. However, with this update, the responsibility of managing the sandbox containers has been shifted to the CRI implementation itself. By allowing sandbox image pinning from CRI, we improve efficiency and simplify the kubelet's interaction with the container runtime. As a result, the kubelet can now rely on the container runtime's built-in mechanisms for sandbox container lifecycle management. Signed-off-by: Sohan Kunkerkar <sohank2602@gmail.com> |
||
---|---|---|
.. | ||
app | ||
kubelet.go | ||
OWNERS |