Skip to content

Commit

Permalink
add mount of /run/containerd/containerd.sock
Browse files Browse the repository at this point in the history
  • Loading branch information
Vova Nekhai committed Dec 27, 2022
1 parent a3381dd commit d30ed76
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ spec:
- name: varlibdocker
mountPath: /var/lib/docker
readOnly: true
- name: containerdsock
mountPath: /run/containerd/containerd.sock
readOnly: true
- name: sys
mountPath: /sys
readOnly: true
Expand All @@ -67,6 +70,9 @@ spec:
- name: dockersock
hostPath:
path: /var/run/docker.sock
- name: containerdsock
hostPath:
path: /run/containerd/containerd.sock
- name: varlibdocker
hostPath:
path: /var/lib/docker
Expand Down

0 comments on commit d30ed76

Please sign in to comment.