Fix link to design proposal
Signed-off-by: Nikhita Raghunath <nikitaraghunath@gmail.com>
This commit is contained in:
parent
29d9a788e6
commit
bf2f942a11
@ -44,8 +44,8 @@ Containerd doesn't provide persistent container log. It redirects container STDI
|
|||||||
|
|
||||||
CRI-containerd should start a goroutine (process/container in the future) to:
|
CRI-containerd should start a goroutine (process/container in the future) to:
|
||||||
* Continuously drain the FIFO;
|
* Continuously drain the FIFO;
|
||||||
* Decorate the log line into [CRI-defined format](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/kubelet-cri-logging.md#proposed-solution);
|
* Decorate the log line into [CRI-defined format](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/node/kubelet-cri-logging.md#proposed-solution);
|
||||||
* Write the log into [CRI-defined log path](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/kubelet-cri-logging.md#proposed-solution).
|
* Write the log into [CRI-defined log path](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/node/kubelet-cri-logging.md#proposed-solution).
|
||||||
### Container Streaming
|
### Container Streaming
|
||||||
Containerd supports creating a process in the container with `Exec`, and the STDIO is also exposed as FIFOs. Containerd also supports resizing console of a specific process with `Pty`.
|
Containerd supports creating a process in the container with `Exec`, and the STDIO is also exposed as FIFOs. Containerd also supports resizing console of a specific process with `Pty`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user