We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d3cd50 + 2529784 commit 2940eddCopy full SHA for 2940edd
charts/parca/templates/agent-daemonset.yaml
@@ -94,6 +94,9 @@ spec:
94
name: cgroup
95
- mountPath: /sys/fs/bpf
96
name: bpffs
97
+ # NOTE: modify this if containerd is not used
98
+ - mountPath: /run/containerd/
99
+ name: cri-socket
100
- mountPath: /var/parca
101
name: {{ include "parca.fullname" . }}-agent-config
102
{{- if .Values.agent.remoteStoreBearerToken }}
@@ -124,6 +127,10 @@ spec:
124
127
- hostPath:
125
128
path: /sys/kernel/debug
126
129
name: debugfs
130
131
+ - hostPath:
132
+ path: /run/containerd/
133
134
- configMap:
135
136
0 commit comments