diff --git a/gcp-zonal/deployments/local-path-storage.yaml b/gcp-zonal/deployments/local-path-storage.yaml index d7a6d4a..4aed251 100644 --- a/gcp-zonal/deployments/local-path-storage.yaml +++ b/gcp-zonal/deployments/local-path-storage.yaml @@ -157,6 +157,11 @@ data: metadata: name: helper-pod spec: + priorityClassName: system-node-critical + tolerations: + - key: node.kubernetes.io/disk-pressure + operator: Exists + effect: NoSchedule containers: - name: helper-pod image: busybox diff --git a/hetzner/deployments/local-path-storage.yaml b/hetzner/deployments/local-path-storage.yaml index 5321607..8606064 100644 --- a/hetzner/deployments/local-path-storage.yaml +++ b/hetzner/deployments/local-path-storage.yaml @@ -155,6 +155,11 @@ data: metadata: name: helper-pod spec: + priorityClassName: system-node-critical + tolerations: + - key: node.kubernetes.io/disk-pressure + operator: Exists + effect: NoSchedule containers: - name: helper-pod image: busybox diff --git a/oracle/deployments/local-path-storage.yaml b/oracle/deployments/local-path-storage.yaml index 5321607..8606064 100644 --- a/oracle/deployments/local-path-storage.yaml +++ b/oracle/deployments/local-path-storage.yaml @@ -155,6 +155,11 @@ data: metadata: name: helper-pod spec: + priorityClassName: system-node-critical + tolerations: + - key: node.kubernetes.io/disk-pressure + operator: Exists + effect: NoSchedule containers: - name: helper-pod image: busybox diff --git a/scaleway/deployments/local-path-storage.yaml b/scaleway/deployments/local-path-storage.yaml index d7a6d4a..4aed251 100644 --- a/scaleway/deployments/local-path-storage.yaml +++ b/scaleway/deployments/local-path-storage.yaml @@ -157,6 +157,11 @@ data: metadata: name: helper-pod spec: + priorityClassName: system-node-critical + tolerations: + - key: node.kubernetes.io/disk-pressure + operator: Exists + effect: NoSchedule containers: - name: helper-pod image: busybox