Skip to content

Commit

Permalink
Configure crictl correctly in Vagrant testbed (#3278)
Browse files Browse the repository at this point in the history
Set endpoints correctly for containerd to avoid error logs.

Signed-off-by: Antonin Bas <[email protected]>
  • Loading branch information
antoninbas authored Feb 9, 2022
1 parent 5ccd3d1 commit bef46cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,8 @@
daemon_reload: yes
state: restarted
when: containerd_config.changed

- name: Configure crictl
template:
src: templates/crictl.yaml.j2
dest: /etc/crictl.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
runtime-endpoint: unix:///run/containerd/containerd.sock
image-endpoint: unix:///run/containerd/containerd.sock

0 comments on commit bef46cf

Please sign in to comment.