Merge pull request #829 from Random-Liu/local-stream-server
Set stream server to serve on localhost on GCE.
This commit is contained in:
commit
0e42438e7a
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user