mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-01 16:57:28 +00:00
Run make generate-manifests
This commit is contained in:
parent
ef84f90cd9
commit
806aa12feb
@ -436,19 +436,6 @@ spec:
|
|||||||
name: kubeshark-worker-daemon-set
|
name: kubeshark-worker-daemon-set
|
||||||
namespace: kubeshark
|
namespace: kubeshark
|
||||||
spec:
|
spec:
|
||||||
initContainers:
|
|
||||||
- name: load-pf-ring
|
|
||||||
image: kubeshark/pf-ring-module:all
|
|
||||||
imagePullPolicy: Always
|
|
||||||
securityContext:
|
|
||||||
capabilities:
|
|
||||||
add:
|
|
||||||
- SYS_MODULE
|
|
||||||
drop:
|
|
||||||
- ALL
|
|
||||||
volumeMounts:
|
|
||||||
- name: lib-modules
|
|
||||||
mountPath: /lib/modules
|
|
||||||
containers:
|
containers:
|
||||||
- command:
|
- command:
|
||||||
- ./worker
|
- ./worker
|
||||||
@ -464,7 +451,7 @@ spec:
|
|||||||
- -servicemesh
|
- -servicemesh
|
||||||
- -procfs
|
- -procfs
|
||||||
- /hostproc
|
- /hostproc
|
||||||
- -kernel-module
|
- -disable-ebpf
|
||||||
image: 'docker.io/kubeshark/worker:v52.3.59'
|
image: 'docker.io/kubeshark/worker:v52.3.59'
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: sniffer
|
name: sniffer
|
||||||
@ -531,6 +518,7 @@ spec:
|
|||||||
- ./tracer
|
- ./tracer
|
||||||
- -procfs
|
- -procfs
|
||||||
- /hostproc
|
- /hostproc
|
||||||
|
- -disable-ebpf
|
||||||
image: 'docker.io/kubeshark/worker:v52.3.59'
|
image: 'docker.io/kubeshark/worker:v52.3.59'
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: tracer
|
name: tracer
|
||||||
|
Loading…
Reference in New Issue
Block a user