Skip to content

Commit

Permalink
add netns volume mount to avoid agent warning when it starts (#142)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Mahmoud <[email protected]>
  • Loading branch information
msherif1234 authored Dec 19, 2024
1 parent 082d6f3 commit 245f6a0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions res/flow-capture.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ spec:
- name: var-run-ovs
mountPath: /var/run/openvswitch
mountPropagation: Bidirectional
- name: var-run-netns
mountPath: /var/run/netns
mountPropagation: Bidirectional
volumes:
- name: bpf-kernel-debug
hostPath:
Expand All @@ -144,3 +147,7 @@ spec:
hostPath:
path: /var/run/openvswitch
type: DirectoryOrCreate
- name: var-run-netns
hostPath:
path: /var/run/netns
type: Directory

0 comments on commit 245f6a0

Please sign in to comment.