This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 113
Add cmdline option to configure stdout/stderr pipe size #755
Labels
Comments
awprice
added
enhancement
Improvement to an existing feature
needs-review
Needs to be assessed by the team.
labels
Mar 2, 2020
awprice
added a commit
to awprice/kata-agent
that referenced
this issue
Mar 2, 2020
Adds a cmdline option to configure the stdout/stdio pipe sizes. Uses `F_SETPIPE_SZ` to resize the write side of the pipe after creation. Example Cmdline option: `agent.container_pipe_size=2097152` fixes kata-containers#755 Signed-off-by: Alex Price <aprice@atlassian.com>
awprice
added a commit
to awprice/kata-agent
that referenced
this issue
Mar 2, 2020
Adds a cmdline option to configure the stdout/stderr pipe sizes. Uses `F_SETPIPE_SZ` to resize the write side of the pipe after creation. Example Cmdline option: `agent.container_pipe_size=2097152` fixes kata-containers#755 Signed-off-by: Alex Price <aprice@atlassian.com>
awprice
added a commit
to awprice/kata-agent
that referenced
this issue
Mar 2, 2020
Adds a cmdline option to configure the stdout/stderr pipe sizes. Uses `F_SETPIPE_SZ` to resize the write side of the pipe after creation. Example Cmdline option: `agent.container_pipe_size=2097152` fixes kata-containers#755 Signed-off-by: Alex Price <aprice@atlassian.com>
awprice
added a commit
to awprice/kata-agent
that referenced
this issue
Mar 2, 2020
Adds a cmdline option to configure the stdout/stderr pipe sizes. Uses `F_SETPIPE_SZ` to resize the write side of the pipe after creation. Example Cmdline option: `agent.container_pipe_size=2097152` fixes kata-containers#755 Signed-off-by: Alex Price <aprice@atlassian.com>
awprice
added a commit
to awprice/kata-agent
that referenced
this issue
Mar 2, 2020
Adds a cmdline option to configure the stdout/stderr pipe sizes. Uses `F_SETPIPE_SZ` to resize the write side of the pipe after creation. Example Cmdline option: `agent.container_pipe_size=2097152` fixes kata-containers#755 Signed-off-by: Alex Price <aprice@atlassian.com>
awprice
added a commit
to awprice/kata-agent
that referenced
this issue
Mar 5, 2020
Adds a cmdline option to configure the stdout/stderr pipe sizes. Uses `F_SETPIPE_SZ` to resize the write side of the pipe after creation. Example Cmdline option: `agent.container_pipe_size=2097152` fixes kata-containers#755 Signed-off-by: Alex Price <aprice@atlassian.com>
awprice
added a commit
to awprice/kata-agent
that referenced
this issue
Mar 5, 2020
Adds a cmdline option to configure the stdout/stderr pipe sizes. Uses `F_SETPIPE_SZ` to resize the write side of the pipe after creation. Example Cmdline option: `agent.container_pipe_size=2097152` fixes kata-containers#755 Signed-off-by: Alex Price <aprice@atlassian.com>
awprice
added a commit
to awprice/kata-agent
that referenced
this issue
Mar 5, 2020
Adds a cmdline option to configure the stdout/stderr pipe sizes. Uses `F_SETPIPE_SZ` to resize the write side of the pipe after creation. Example Cmdline option: `agent.container_pipe_size=2097152` fixes kata-containers#755 Signed-off-by: Alex Price <aprice@atlassian.com>
awprice
added a commit
to awprice/kata-agent
that referenced
this issue
Mar 11, 2020
Adds a cmdline option to configure the stdout/stderr pipe sizes. Uses `F_SETPIPE_SZ` to resize the write side of the pipe after creation. Example Cmdline option: `agent.container_pipe_size=2097152` fixes kata-containers#755 Signed-off-by: Alex Price <aprice@atlassian.com>
awprice
added a commit
to awprice/kata-agent
that referenced
this issue
Mar 11, 2020
Adds a cmdline option to configure the stdout/stderr pipe sizes. Uses `F_SETPIPE_SZ` to resize the write side of the pipe after creation. Example Cmdline option: `agent.container_pipe_size=2097152` fixes kata-containers#755 Signed-off-by: Alex Price <aprice@atlassian.com>
awprice
added a commit
to awprice/kata-agent
that referenced
this issue
Mar 12, 2020
Adds a cmdline option to configure the stdout/stderr pipe sizes. Uses `F_SETPIPE_SZ` to resize the write side of the pipe after creation. Example Cmdline option: `agent.container_pipe_size=2097152` fixes kata-containers#755 Signed-off-by: Alex Price <aprice@atlassian.com>
awprice
added a commit
to awprice/kata-agent
that referenced
this issue
Mar 13, 2020
Adds a cmdline option to configure the stdout/stderr pipe sizes. Uses `F_SETPIPE_SZ` to resize the write side of the pipe after creation. Example Cmdline option: `agent.container_pipe_size=2097152` fixes kata-containers#755 Signed-off-by: Alex Price <aprice@atlassian.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
This ticket is to add a cmdline option to configure the stdout/stderr pipe size. Should only configure it if the cmdline option is present.
See kata-containers/runtime#2467 for more context.
The text was updated successfully, but these errors were encountered: