mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-29 06:17:40 +00:00
Remove hostroot hotfix
This commit is contained in:
@@ -303,10 +303,6 @@ spec:
|
|||||||
- mountPath: /etc/os-release
|
- mountPath: /etc/os-release
|
||||||
name: os-release
|
name: os-release
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- mountPath: /hostroot
|
|
||||||
mountPropagation: HostToContainer
|
|
||||||
name: root
|
|
||||||
readOnly: true
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
dnsPolicy: ClusterFirstWithHostNet
|
dnsPolicy: ClusterFirstWithHostNet
|
||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
@@ -369,9 +365,6 @@ spec:
|
|||||||
- hostPath:
|
- hostPath:
|
||||||
path: /etc/os-release
|
path: /etc/os-release
|
||||||
name: os-release
|
name: os-release
|
||||||
- hostPath:
|
|
||||||
path: /
|
|
||||||
name: root
|
|
||||||
- name: data
|
- name: data
|
||||||
{{- if .Values.tap.persistentStorage }}
|
{{- if .Values.tap.persistentStorage }}
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
@@ -663,10 +663,6 @@ spec:
|
|||||||
- mountPath: /etc/os-release
|
- mountPath: /etc/os-release
|
||||||
name: os-release
|
name: os-release
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- mountPath: /hostroot
|
|
||||||
mountPropagation: HostToContainer
|
|
||||||
name: root
|
|
||||||
readOnly: true
|
|
||||||
dnsPolicy: ClusterFirstWithHostNet
|
dnsPolicy: ClusterFirstWithHostNet
|
||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
serviceAccountName: kubeshark-service-account
|
serviceAccountName: kubeshark-service-account
|
||||||
@@ -698,9 +694,6 @@ spec:
|
|||||||
- hostPath:
|
- hostPath:
|
||||||
path: /etc/os-release
|
path: /etc/os-release
|
||||||
name: os-release
|
name: os-release
|
||||||
- hostPath:
|
|
||||||
path: /
|
|
||||||
name: root
|
|
||||||
- name: data
|
- name: data
|
||||||
emptyDir:
|
emptyDir:
|
||||||
sizeLimit: 5000Mi
|
sizeLimit: 5000Mi
|
||||||
|
Reference in New Issue
Block a user