Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions config/bpfman-deployment/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ spec:
# This mount is needed to attach tracepoint programs
- name: host-debug
mountPath: /sys/kernel/debug
# Needed to ensure images are persisted to disk across restarts
- name: bpfman-content-store
mountPath: /var/lib/bpfman
mountPropagation: Bidirectional
# Needed for the aya PIN_BY_NAME feature to function correctly
- name: default-bpf-fs
mountPath: /sys/fs/bpf
Expand Down Expand Up @@ -214,10 +210,6 @@ spec:
hostPath:
path: /sys/kernel/debug
type: ""
- name: bpfman-content-store
hostPath:
path: /var/lib/bpfman
type: ""
- name: default-bpf-fs
hostPath:
path: /sys/fs/bpf
Expand Down
Loading