Skip to content

Commit 96224e9

Browse files
committed
life-cycle -> lifecycle
Signed-off-by: Sascha Grunert <[email protected]>
1 parent b3e88db commit 96224e9

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ potential enhancements may be required:
384384

385385
While the container runtime will be responsible of pulling and storing the OCI
386386
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
388388
be reused, for example:
389389

390390
- 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.
451451
The kubelet will use the `mountpoint` on container creation
452452
(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))
453453
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.
455455

456456
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.
458458

459459
#### Container Runtimes
460460

0 commit comments

Comments
 (0)