mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-15 06:09:39 +00:00
🔨 Add KernelModuleConfig
struct to TapConfig
This commit is contained in:
@@ -25,7 +25,7 @@ spec:
|
||||
name: kubeshark-worker-daemon-set
|
||||
namespace: kubeshark
|
||||
spec:
|
||||
{{ if and (eq .Values.tap.kernelModule.enabled true) (eq .Values.tap.kernelModule.mode "kmm")}}
|
||||
{{- if and (eq .Values.tap.kernelModule.enabled true) (eq .Values.tap.kernelModule.mode "kmm")}}
|
||||
initContainers:
|
||||
- name: wait-for-pf-ring
|
||||
image: alpine:3.18
|
||||
@@ -41,7 +41,7 @@ spec:
|
||||
sleep 5;
|
||||
fi
|
||||
done
|
||||
{{ end }}
|
||||
{{- end }}
|
||||
containers:
|
||||
- command:
|
||||
- ./worker
|
||||
|
@@ -67,8 +67,8 @@ tap:
|
||||
enabled: true
|
||||
mode: auto
|
||||
kernelMappings:
|
||||
- regexp: '^.+$'
|
||||
containerImage: 'kubeshark/pf-ring-module:${KERNEL_FULL_VERSION}'
|
||||
- regexp: ^.+$
|
||||
containerImage: kubeshark/pf-ring-module:${KERNEL_FULL_VERSION}
|
||||
imageRepoSecret: ""
|
||||
telemetry:
|
||||
enabled: true
|
||||
|
Reference in New Issue
Block a user