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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -445,6 +445,11 @@ plugin as part of the existing [volume manager](https://github.com/kubernetes/ku
445
445
446
446
The added `mount_label` allow the kubelet to support SELinux contexts.
447
447
448
+
The kubelet will use the `mountpoint` on container creation
449
+
(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))
450
+
from the runtime. The runtime needs to ensure that mount and also manages its
451
+
life-cycle.
452
+
448
453
The [`PodSandbox`](https://github.com/kubernetes/cri-api/blob/3a66d9d/pkg/apis/runtime/v1/api.proto#L624-L643)
449
454
(used by `ListPodSandboxResponse` for the kubelet image garbage collection) will
450
455
be extended to support a string list of user requested OCI volume mounts:
0 commit comments