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 9fca629 + 22f0229 commit cc71d8fCopy full SHA for cc71d8f
config/bpfman-deployment/daemonset.yaml
@@ -47,7 +47,7 @@ spec:
47
- -xc
48
- |
49
#!/bin/sh
50
- if ! /bin/mount | /bin/grep -q 'bpffs on /sys/fs/bpf'; then
+ if ! /usr/bin/findmnt --noheadings --types bpf /sys/fs/bpf >/dev/null 2>&1; then
51
/bin/mount bpffs /sys/fs/bpf -t bpf
52
fi
53
securityContext:
0 commit comments