Commit d9e65c6
committed
feat: add --timeout flag for node-driver-registrar to avoid race condition
Add configurable timeout for node-driver-registrar gRPC connection
to the CSI driver socket. Default increased from 10s to 60s to
prevent unnecessary container restarts when nfsplugin takes longer
to initialize and create the CSI socket.
Fixes #10651 parent 6f17b9b commit d9e65c6
4 files changed
Lines changed: 3 additions & 0 deletions
File tree
- charts/latest
- csi-driver-nfs
- templates
- deploy/v4.13.2
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
0 commit comments