Merge pull request #829 from Random-Liu/local-stream-server

Set stream server to serve on localhost on GCE.
This commit is contained in:
Lantao Liu 2018-06-26 11:23:06 -07:00 committed by GitHub
commit 0e42438e7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}"