Skip to content

Commit 08016f0

Browse files
committed
fix: driver pod crash issue on Windows
1 parent 65c61af commit 08016f0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
2 Bytes
Binary file not shown.

charts/latest/csi-driver-smb/templates/csi-smb-node-windows.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ spec:
6868
- /csi-node-driver-registrar.exe
6969
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
7070
- --mode=kubelet-registration-probe
71-
initialDelaySeconds: 3
71+
initialDelaySeconds: 30
72+
timeoutSeconds: 15
7273
env:
7374
- name: CSI_ENDPOINT
7475
value: unix://C:\\csi\\csi.sock

deploy/csi-smb-node-windows.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ spec:
5757
- /csi-node-driver-registrar.exe
5858
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
5959
- --mode=kubelet-registration-probe
60-
initialDelaySeconds: 3
60+
initialDelaySeconds: 30
61+
timeoutSeconds: 15
6162
env:
6263
- name: CSI_ENDPOINT
6364
value: unix://C:\\csi\\csi.sock

0 commit comments

Comments
 (0)