Skip to content

Commit

Permalink
helm daemonset: Mount containerd socket in /run
Browse files Browse the repository at this point in the history
Bottlerocket mounts the containerd socket under /run/dockershim.sock

bottlerocket-os/bottlerocket@91810c8
  • Loading branch information
pscamardo committed Jul 15, 2022
1 parent ef3938a commit 10b6c33
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/core-dump-handler/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ spec:
- name: core-volume
mountPath: {{ .Values.daemonset.coreDirectory }}
mountPropagation: Bidirectional
- mountPath: /var/run/dockershim.sock
name: dockersock
env:
- name: COMP_FILENAME_TEMPLATE
value: {{ .Values.composer.filenameTemplate | quote }}
Expand Down Expand Up @@ -115,3 +117,6 @@ spec:
- name: core-volume
persistentVolumeClaim:
claimName: core-storage-pvc
- name: dockersock
hostPath:
path: /run/dockershim.sock

0 comments on commit 10b6c33

Please sign in to comment.