mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-17 18:02:06 +00:00
🔥 Remove the old DaemonSet
manifests
This commit is contained in:
parent
657ea8570c
commit
44adb397c1
@ -1,85 +0,0 @@
|
|||||||
# THIS FILE IS AUTOMATICALLY GENERATED BY KUBESHARK CLI. DO NOT EDIT!
|
|
||||||
---
|
|
||||||
apiVersion: apps/v1
|
|
||||||
kind: DaemonSet
|
|
||||||
metadata:
|
|
||||||
creationTimestamp: null
|
|
||||||
labels:
|
|
||||||
app: kubeshark-worker-daemon-set
|
|
||||||
kubeshark-created-by: kubeshark
|
|
||||||
kubeshark-managed-by: kubeshark
|
|
||||||
name: kubeshark-worker-daemon-set
|
|
||||||
namespace: '{{ .Values.tap.selfnamespace }}'
|
|
||||||
spec:
|
|
||||||
selector:
|
|
||||||
matchLabels:
|
|
||||||
app: kubeshark-worker-daemon-set
|
|
||||||
kubeshark-created-by: kubeshark
|
|
||||||
kubeshark-managed-by: kubeshark
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
creationTimestamp: null
|
|
||||||
labels:
|
|
||||||
app: kubeshark-worker-daemon-set
|
|
||||||
kubeshark-created-by: kubeshark
|
|
||||||
kubeshark-managed-by: kubeshark
|
|
||||||
name: kubeshark-worker-daemon-set
|
|
||||||
namespace: kubeshark
|
|
||||||
spec:
|
|
||||||
containers:
|
|
||||||
- command:
|
|
||||||
- '{{ .Values.tap.debug | ternary "./worker -debug" "./worker" }}'
|
|
||||||
- -i
|
|
||||||
- any
|
|
||||||
- -port
|
|
||||||
- "8897"
|
|
||||||
- -packet-capture
|
|
||||||
- '{{ .Values.tap.packetcapture }}'
|
|
||||||
- -servicemesh
|
|
||||||
- -tls
|
|
||||||
- -procfs
|
|
||||||
- /hostproc
|
|
||||||
image: '{{ .Values.tap.docker.registry }}/worker:{{ .Values.tap.docker.tag }}'
|
|
||||||
imagePullPolicy: '{{ .Values.tap.docker.imagePullPolicy }}'
|
|
||||||
name: kubeshark-worker-daemon-set
|
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
cpu: '{{ .Values.tap.resources.worker.limits.cpu }}'
|
|
||||||
memory: '{{ .Values.tap.resources.worker.limits.memory }}'
|
|
||||||
requests:
|
|
||||||
cpu: '{{ .Values.tap.resources.worker.requests.cpu }}'
|
|
||||||
memory: '{{ .Values.tap.resources.worker.requests.memory }}'
|
|
||||||
securityContext:
|
|
||||||
capabilities:
|
|
||||||
add:
|
|
||||||
- NET_RAW
|
|
||||||
- NET_ADMIN
|
|
||||||
- SYS_ADMIN
|
|
||||||
- SYS_PTRACE
|
|
||||||
- DAC_OVERRIDE
|
|
||||||
- SYS_RESOURCE
|
|
||||||
drop:
|
|
||||||
- ALL
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /hostproc
|
|
||||||
name: proc
|
|
||||||
readOnly: true
|
|
||||||
- mountPath: /sys
|
|
||||||
name: sys
|
|
||||||
readOnly: true
|
|
||||||
dnsPolicy: ClusterFirstWithHostNet
|
|
||||||
hostNetwork: true
|
|
||||||
serviceAccountName: kubeshark-service-account
|
|
||||||
terminationGracePeriodSeconds: 0
|
|
||||||
tolerations:
|
|
||||||
- effect: NoExecute
|
|
||||||
operator: Exists
|
|
||||||
- effect: NoSchedule
|
|
||||||
operator: Exists
|
|
||||||
volumes:
|
|
||||||
- hostPath:
|
|
||||||
path: /proc
|
|
||||||
name: proc
|
|
||||||
- hostPath:
|
|
||||||
path: /sys
|
|
||||||
name: sys
|
|
@ -1,85 +0,0 @@
|
|||||||
# THIS FILE IS AUTOMATICALLY GENERATED BY KUBESHARK CLI. DO NOT EDIT!
|
|
||||||
---
|
|
||||||
apiVersion: apps/v1
|
|
||||||
kind: DaemonSet
|
|
||||||
metadata:
|
|
||||||
creationTimestamp: null
|
|
||||||
labels:
|
|
||||||
app: kubeshark-worker-daemon-set
|
|
||||||
kubeshark-created-by: kubeshark
|
|
||||||
kubeshark-managed-by: kubeshark
|
|
||||||
name: kubeshark-worker-daemon-set
|
|
||||||
namespace: kubeshark
|
|
||||||
spec:
|
|
||||||
selector:
|
|
||||||
matchLabels:
|
|
||||||
app: kubeshark-worker-daemon-set
|
|
||||||
kubeshark-created-by: kubeshark
|
|
||||||
kubeshark-managed-by: kubeshark
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
creationTimestamp: null
|
|
||||||
labels:
|
|
||||||
app: kubeshark-worker-daemon-set
|
|
||||||
kubeshark-created-by: kubeshark
|
|
||||||
kubeshark-managed-by: kubeshark
|
|
||||||
name: kubeshark-worker-daemon-set
|
|
||||||
namespace: kubeshark
|
|
||||||
spec:
|
|
||||||
containers:
|
|
||||||
- command:
|
|
||||||
- ./worker
|
|
||||||
- -i
|
|
||||||
- any
|
|
||||||
- -port
|
|
||||||
- "8897"
|
|
||||||
- -packet-capture
|
|
||||||
- libpcap
|
|
||||||
- -servicemesh
|
|
||||||
- -tls
|
|
||||||
- -procfs
|
|
||||||
- /hostproc
|
|
||||||
image: docker.io/kubeshark/worker:latest
|
|
||||||
imagePullPolicy: Always
|
|
||||||
name: kubeshark-worker-daemon-set
|
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
cpu: 750m
|
|
||||||
memory: 1Gi
|
|
||||||
requests:
|
|
||||||
cpu: 50m
|
|
||||||
memory: 50Mi
|
|
||||||
securityContext:
|
|
||||||
capabilities:
|
|
||||||
add:
|
|
||||||
- NET_RAW
|
|
||||||
- NET_ADMIN
|
|
||||||
- SYS_ADMIN
|
|
||||||
- SYS_PTRACE
|
|
||||||
- DAC_OVERRIDE
|
|
||||||
- SYS_RESOURCE
|
|
||||||
drop:
|
|
||||||
- ALL
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /hostproc
|
|
||||||
name: proc
|
|
||||||
readOnly: true
|
|
||||||
- mountPath: /sys
|
|
||||||
name: sys
|
|
||||||
readOnly: true
|
|
||||||
dnsPolicy: ClusterFirstWithHostNet
|
|
||||||
hostNetwork: true
|
|
||||||
serviceAccountName: kubeshark-service-account
|
|
||||||
terminationGracePeriodSeconds: 0
|
|
||||||
tolerations:
|
|
||||||
- effect: NoExecute
|
|
||||||
operator: Exists
|
|
||||||
- effect: NoSchedule
|
|
||||||
operator: Exists
|
|
||||||
volumes:
|
|
||||||
- hostPath:
|
|
||||||
path: /proc
|
|
||||||
name: proc
|
|
||||||
- hostPath:
|
|
||||||
path: /sys
|
|
||||||
name: sys
|
|
Loading…
Reference in New Issue
Block a user