You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Daemonset: Move bidirectional mount from /run/bpfman to /run/bpfman/csi
The bidirectional mount in /run/bpfman caused issues because
/run/bpfman/csi was mounted inside there, resulting in an increasing
number of mounts on the host system (double the number of mounts for
every restart of the container). Moving the bidirectional statement from
/run/bpfman to /run/bpfman/csi should fix this while preserving the
requirement for bidirectional mounts for CSI.
Reported-at: #468
Signed-off-by: Andreas Karis <[email protected]>
0 commit comments