From bf2f942a117c83f45504e9fcd09d8ef591bd1fcd Mon Sep 17 00:00:00 2001 From: Nikhita Raghunath Date: Tue, 3 Oct 2017 11:35:38 +0530 Subject: [PATCH] Fix link to design proposal Signed-off-by: Nikhita Raghunath --- docs/proposal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/proposal.md b/docs/proposal.md index 4a857ea49..73fd1cbd3 100644 --- a/docs/proposal.md +++ b/docs/proposal.md @@ -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: * 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); -* Write the log into [CRI-defined log path](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/node/kubelet-cri-logging.md#proposed-solution). ### 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`.