Remove hostroot hotfix

This commit is contained in:
Ilya Gavrilov 2025-02-06 17:53:56 +01:00
parent be8136687b
commit 70a9024bbe
2 changed files with 0 additions and 14 deletions

View File

@ -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:

View File

@ -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