Disable TLS streaming to work with new kubelet streaming proxy.
Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
		| @@ -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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Lantao Liu
					Lantao Liu