From 70a9024bbe8b39e7d5030c7aece4b459d806d1fa Mon Sep 17 00:00:00 2001 From: Ilya Gavrilov Date: Thu, 6 Feb 2025 17:53:56 +0100 Subject: [PATCH] Remove hostroot hotfix --- helm-chart/templates/09-worker-daemon-set.yaml | 7 ------- manifests/complete.yaml | 7 ------- 2 files changed, 14 deletions(-) diff --git a/helm-chart/templates/09-worker-daemon-set.yaml b/helm-chart/templates/09-worker-daemon-set.yaml index ac0bcb65f..0a7ff3a34 100644 --- a/helm-chart/templates/09-worker-daemon-set.yaml +++ b/helm-chart/templates/09-worker-daemon-set.yaml @@ -303,10 +303,6 @@ spec: - mountPath: /etc/os-release name: os-release readOnly: true - - mountPath: /hostroot - mountPropagation: HostToContainer - name: root - readOnly: true {{- end }} dnsPolicy: ClusterFirstWithHostNet hostNetwork: true @@ -369,9 +365,6 @@ spec: - hostPath: path: /etc/os-release name: os-release - - hostPath: - path: / - name: root - name: data {{- if .Values.tap.persistentStorage }} persistentVolumeClaim: diff --git a/manifests/complete.yaml b/manifests/complete.yaml index 8db5b820e..0314659e8 100644 --- a/manifests/complete.yaml +++ b/manifests/complete.yaml @@ -663,10 +663,6 @@ spec: - mountPath: /etc/os-release name: os-release readOnly: true - - mountPath: /hostroot - mountPropagation: HostToContainer - name: root - readOnly: true dnsPolicy: ClusterFirstWithHostNet hostNetwork: true serviceAccountName: kubeshark-service-account @@ -698,9 +694,6 @@ spec: - hostPath: path: /etc/os-release name: os-release - - hostPath: - path: / - name: root - name: data emptyDir: sizeLimit: 5000Mi