Serve streaming on localhost by default to match k8s 1.11 default.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu 2018-07-20 19:41:44 +00:00 committed by Derek McGowan
parent b553fdaf31
commit 5ce7057502
No known key found for this signature in database
GPG Key ID: F58C5D0A4405ACDB

View File

@ -169,6 +169,7 @@ disabled_plugins = ["restart"]
[plugins.cri]
stream_server_address = "127.0.0.1"
stream_server_port = "0"
max_container_log_line_size = ${max_container_log_line}
[plugins.cri.cni]
bin_dir = "${cni_bin_dir}"