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 fc7ea84 + f418fd7 commit 8cea866Copy full SHA for 8cea866
config/bpfman-deployment/daemonset.yaml
@@ -78,7 +78,6 @@ spec:
78
mountPath: /run/bpfman-sock
79
- name: runtime
80
mountPath: /run/bpfman
81
- mountPropagation: Bidirectional
82
# This mount is needed to attach tracepoint programs
83
- name: host-debug
84
mountPath: /sys/kernel/debug
@@ -92,6 +91,7 @@ spec:
92
91
mountPropagation: Bidirectional
93
- mountPath: /run/bpfman/csi
94
name: socket-dir
+ mountPropagation: Bidirectional
95
- mountPath: /var/lib/kubelet/pods
96
97
name: mountpoint-dir
0 commit comments