Merge pull request #776 from Random-Liu/disable-streaming
Disable TLS streaming to work with new kubelet streaming proxy.
This commit is contained in:
commit
0a5c05bcd4
@ -165,8 +165,6 @@ disabled_plugins = ["restart"]
|
||||
shim = "${CONTAINERD_HOME}/usr/local/bin/containerd-shim"
|
||||
runtime = "${CONTAINERD_HOME}/usr/local/sbin/runc"
|
||||
|
||||
[plugins.cri]
|
||||
enable_tls_streaming = true
|
||||
[plugins.cri.cni]
|
||||
bin_dir = "${cni_bin_dir}"
|
||||
conf_dir = "/etc/cni/net.d"
|
||||
|
@ -13,14 +13,6 @@
|
||||
- name: "Create a directory for containerd config"
|
||||
file: path=/etc/containerd state=directory
|
||||
|
||||
- name: "Add containerd config file"
|
||||
blockinfile:
|
||||
path: /etc/containerd/config.toml
|
||||
create: yes
|
||||
block: |
|
||||
[plugins.cri]
|
||||
enable_tls_streaming = true
|
||||
|
||||
- name: "Start Containerd"
|
||||
systemd: name=containerd daemon_reload=yes state=started enabled=yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user