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 fcb4d73 + 0f3d1e7 commit 65c51beCopy full SHA for 65c51be
config/bpfman-deployment/daemonset.yaml
@@ -90,10 +90,6 @@ spec:
90
# This mount is needed to attach tracepoint programs
91
- name: host-debug
92
mountPath: /sys/kernel/debug
93
- # Needed to ensure images are persisted to disk across restarts
94
- - name: bpfman-content-store
95
- mountPath: /var/lib/bpfman
96
- mountPropagation: Bidirectional
97
# Needed for the aya PIN_BY_NAME feature to function correctly
98
- name: default-bpf-fs
99
mountPath: /sys/fs/bpf
@@ -214,10 +210,6 @@ spec:
214
210
hostPath:
215
211
path: /sys/kernel/debug
216
212
type: ""
217
218
- hostPath:
219
- path: /var/lib/bpfman
220
- type: ""
221
213
222
223
path: /sys/fs/bpf
0 commit comments