Skip to content

Commit 0125063

Browse files
committed
Add note about CRI details
Signed-off-by: Sascha Grunert <[email protected]>
1 parent 96224e9 commit 0125063

File tree

1 file changed

+6
-0
lines changed
  • keps/sig-node/4639-oci-volume-source

1 file changed

+6
-0
lines changed

keps/sig-node/4639-oci-volume-source/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,12 @@ lifecycle, for example to remove the bind mount on container removal.
456456
The kubelet tracks the information about which OCI object is used by which
457457
sandbox and therefore manages the lifecycle of them.
458458

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+
459465
#### Container Runtimes
460466

461467
Container runtimes need to support the new `mount` field, otherwise the

0 commit comments

Comments
 (0)