You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-node/4639-oci-volume-source/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -384,7 +384,7 @@ potential enhancements may be required:
384
384
385
385
While the container runtime will be responsible of pulling and storing the OCI
386
386
objects in the same way as for images, the kubelet still has to manage the full
387
-
life-cycle of them. This means that some parts of the existing kubelet code can
387
+
lifecycle of them. This means that some parts of the existing kubelet code can
388
388
be reused, for example:
389
389
390
390
- The logic how to ensure that an image exists on the node:
@@ -451,10 +451,10 @@ The added `mount_label` allow the kubelet to support SELinux contexts.
451
451
The kubelet will use the `mountpoint` on container creation
452
452
(by calling the `CreateContainer` RPC) to indicate the additional required volume mount ([`ContainerConfig.Mount`](https://github.com/kubernetes/cri-api/blob/3a66d9d/pkg/apis/runtime/v1/api.proto#L1102))
453
453
from the runtime. The runtime needs to ensure that mount and also manages its
454
-
life-cycle, for example to remove the bind mount on container removal.
454
+
lifecycle, for example to remove the bind mount on container removal.
455
455
456
456
The kubelet tracks the information about which OCI object is used by which
457
-
sandbox and therefore manages the life-cycle of them.
457
+
sandbox and therefore manages the lifecycle of them.
0 commit comments