Enable TLS streaming in all the setup.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu
2018-04-03 00:17:26 +00:00
parent 6e13a4dd52
commit ad7bffc093
5 changed files with 17 additions and 0 deletions

View File

@@ -24,6 +24,9 @@ The explanation and default value of each configuration item are as follows:
# systemd_cgroup enables systemd cgroup support.
systemd_cgroup = false
# enable_tls_streaming enables the TLS streaming support.
enable_tls_streaming = false
# "plugins.cri.containerd" contains config related to containerd
[plugins.cri.containerd]