diff --git a/charts/latest/blob-csi-driver-1.25.3.tgz b/charts/latest/blob-csi-driver-1.25.3.tgz index 26617156f..099f9dd43 100644 Binary files a/charts/latest/blob-csi-driver-1.25.3.tgz and b/charts/latest/blob-csi-driver-1.25.3.tgz differ diff --git a/charts/latest/blob-csi-driver/templates/csi-blob-node.yaml b/charts/latest/blob-csi-driver/templates/csi-blob-node.yaml index 25794fc07..0ad903095 100644 --- a/charts/latest/blob-csi-driver/templates/csi-blob-node.yaml +++ b/charts/latest/blob-csi-driver/templates/csi-blob-node.yaml @@ -126,7 +126,7 @@ spec: {{- end }} args: - --csi-address=/csi/csi.sock - - --probe-timeout=3s + - --probe-timeout=10s - --http-endpoint=localhost:{{ .Values.node.livenessProbe.healthPort }} - --v=2 resources: {{- toYaml .Values.node.resources.livenessProbe | nindent 12 }} @@ -190,7 +190,7 @@ spec: path: /healthz port: {{ .Values.node.livenessProbe.healthPort }} initialDelaySeconds: 30 - timeoutSeconds: 10 + timeoutSeconds: 30 periodSeconds: 30 env: - name: AZURE_CREDENTIAL_FILE diff --git a/charts/v1.25.3/blob-csi-driver-1.25.3.tgz b/charts/v1.25.3/blob-csi-driver-1.25.3.tgz index 9b3aaa685..aad1f6513 100644 Binary files a/charts/v1.25.3/blob-csi-driver-1.25.3.tgz and b/charts/v1.25.3/blob-csi-driver-1.25.3.tgz differ diff --git a/charts/v1.25.3/blob-csi-driver/templates/csi-blob-node.yaml b/charts/v1.25.3/blob-csi-driver/templates/csi-blob-node.yaml index 7c53b4714..cb9069315 100644 --- a/charts/v1.25.3/blob-csi-driver/templates/csi-blob-node.yaml +++ b/charts/v1.25.3/blob-csi-driver/templates/csi-blob-node.yaml @@ -126,7 +126,7 @@ spec: {{- end }} args: - --csi-address=/csi/csi.sock - - --probe-timeout=3s + - --probe-timeout=10s - --http-endpoint=localhost:{{ .Values.node.livenessProbe.healthPort }} - --v=2 resources: {{- toYaml .Values.node.resources.livenessProbe | nindent 12 }} @@ -190,7 +190,7 @@ spec: path: /healthz port: {{ .Values.node.livenessProbe.healthPort }} initialDelaySeconds: 30 - timeoutSeconds: 10 + timeoutSeconds: 30 periodSeconds: 30 env: - name: AZURE_CREDENTIAL_FILE diff --git a/deploy/csi-blob-node.yaml b/deploy/csi-blob-node.yaml index b5a09eab8..df114f1d7 100644 --- a/deploy/csi-blob-node.yaml +++ b/deploy/csi-blob-node.yaml @@ -83,7 +83,7 @@ spec: image: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.15.0 args: - --csi-address=/csi/csi.sock - - --probe-timeout=3s + - --probe-timeout=10s - --http-endpoint=localhost:29633 - --v=2 resources: @@ -141,7 +141,7 @@ spec: path: /healthz port: 29633 initialDelaySeconds: 30 - timeoutSeconds: 10 + timeoutSeconds: 30 periodSeconds: 30 env: - name: AZURE_CREDENTIAL_FILE diff --git a/deploy/v1.25.3/csi-blob-node.yaml b/deploy/v1.25.3/csi-blob-node.yaml index b5a09eab8..df114f1d7 100644 --- a/deploy/v1.25.3/csi-blob-node.yaml +++ b/deploy/v1.25.3/csi-blob-node.yaml @@ -83,7 +83,7 @@ spec: image: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.15.0 args: - --csi-address=/csi/csi.sock - - --probe-timeout=3s + - --probe-timeout=10s - --http-endpoint=localhost:29633 - --v=2 resources: @@ -141,7 +141,7 @@ spec: path: /healthz port: 29633 initialDelaySeconds: 30 - timeoutSeconds: 10 + timeoutSeconds: 30 periodSeconds: 30 env: - name: AZURE_CREDENTIAL_FILE