Skip to content
Snippets Groups Projects
Unverified Commit d9c39c27 authored by Maxime Leroy's avatar Maxime Leroy Committed by GitHub
Browse files

fix(defaults): wrong cri_socket path for containerd (#9401)

parent c38fb866
No related branches found
No related tags found
No related merge requests found
...@@ -290,7 +290,7 @@ cri_socket: >- ...@@ -290,7 +290,7 @@ cri_socket: >-
{%- if container_manager == 'crio' -%} {%- if container_manager == 'crio' -%}
unix:///var/run/crio/crio.sock unix:///var/run/crio/crio.sock
{%- elif container_manager == 'containerd' -%} {%- elif container_manager == 'containerd' -%}
unix:////var/run/containerd/containerd.sock unix:///var/run/containerd/containerd.sock
{%- elif container_manager == 'docker' -%} {%- elif container_manager == 'docker' -%}
unix:///var/run/cri-dockerd.sock unix:///var/run/cri-dockerd.sock
{%- endif -%} {%- endif -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment