Set stream server to serve on localhost on GCE.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu 2018-06-26 07:13:00 +00:00
parent 4eb4a29577
commit f6ab733f9e

View File

@ -167,6 +167,7 @@ disabled_plugins = ["restart"]
runtime = "${CONTAINERD_HOME}/usr/local/sbin/runc"
[plugins.cri]
stream_server_address = "127.0.0.1"
max_container_log_line_size = ${max_container_log_line}
[plugins.cri.cni]
bin_dir = "${cni_bin_dir}"