Skip to content

Commit

Permalink
Fix link to design proposal
Browse files Browse the repository at this point in the history
Signed-off-by: Nikhita Raghunath <nikitaraghunath@gmail.com>
  • Loading branch information
nikhita committed Oct 3, 2017
1 parent 29d9a78 commit bf2f942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit bf2f942

Please sign in to comment.