File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
keps/sig-node/4639-oci-volume-source Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -456,6 +456,12 @@ lifecycle, for example to remove the bind mount on container removal.
456
456
The kubelet tracks the information about which OCI object is used by which
457
457
sandbox and therefore manages the lifecycle of them.
458
458
459
+ The proposal also considers smaller CRI changes, for example to add a list of
460
+ mounted volume paths to the `ImageStatusResponse.Image` message returned by the
461
+ ` ImageStatus` RPC. This allows providing the right amount of information between
462
+ the kubelet and the runtime to ensure that no context gets lost in restart
463
+ scenarios.
464
+
459
465
# ### Container Runtimes
460
466
461
467
Container runtimes need to support the new `mount` field, otherwise the
You can’t perform that action at this time.
0 commit comments