From 6452e18fcba741d46795bf30a040a0b6070469f5 Mon Sep 17 00:00:00 2001 From: Maurice Grivel Date: Fri, 21 Jun 2024 10:10:30 +0200 Subject: [PATCH] Increase probe-timeout to avoid CrashloopBackoff Also ensure probe-timeout of the liveness-probe container is shorter than livenessProbe of the vsphere-csi-node container (5s) Co-Authored-By: Maurice Grivel Co-Authored-By: Mathieu Parent --- manifests/vanilla/vsphere-csi-driver.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/vanilla/vsphere-csi-driver.yaml b/manifests/vanilla/vsphere-csi-driver.yaml index 371833a559..a386e3c732 100644 --- a/manifests/vanilla/vsphere-csi-driver.yaml +++ b/manifests/vanilla/vsphere-csi-driver.yaml @@ -535,6 +535,7 @@ spec: args: - "--v=4" - "--csi-address=/csi/csi.sock" + - "--probe-timeout=4s" volumeMounts: - name: plugin-dir mountPath: /csi @@ -677,6 +678,7 @@ spec: args: - "--v=4" - --csi-address=unix://C:\\var\\lib\\kubelet\\plugins\\csi.vsphere.vmware.com\\csi.sock + - "--probe-timeout=4s" volumeMounts: - name: plugin-dir mountPath: /csi