Disable TLS streaming to work with new kubelet streaming proxy.
Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
parent
8566a8962a
commit
6f43d493f9
@ -162,8 +162,6 @@ cat > ${config_path} <<EOF
|
||||
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