Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Serve streaming on localhost by default to match k8s 1.11 default.
Browse files Browse the repository at this point in the history
Signed-off-by: Lantao Liu <lantaol@google.com>
  • Loading branch information
Random-Liu committed Jul 20, 2018
1 parent 42a98de commit b4d3c05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion cluster/gce/configure.sh
Expand Up @@ -168,7 +168,6 @@ 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}"
Expand Down
4 changes: 2 additions & 2 deletions pkg/config/config.go
Expand Up @@ -152,8 +152,8 @@ func DefaultConfig() PluginConfig {
},
NoPivot: false,
},
StreamServerAddress: "",
StreamServerPort: "10010",
StreamServerAddress: "127.0.0.1",
StreamServerPort: "0",
EnableSelinux: false,
EnableTLSStreaming: false,
SandboxImage: "k8s.gcr.io/pause:3.1",
Expand Down

0 comments on commit b4d3c05

Please sign in to comment.