File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7474 - --v=2
7575 - --csi-address=/csi/csi.sock
7676 - --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
77+ - --timeout={{ .Values.nodeDriverRegistrar.timeout }}s
7778{{- if .Values.nodeDriverRegistrar.livenessProbe.enabled }}
7879 - --http-endpoint=localhost:{{ .Values.nodeDriverRegistrar.healthPort }}
7980{{- end }}
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ controller:
114114 memory : 20Mi
115115
116116nodeDriverRegistrar :
117+ timeout : 60
117118 healthPort : 19809
118119 livenessProbe :
119120 enabled : true
Original file line number Diff line number Diff line change 5555 - --v=2
5656 - --csi-address=/csi/csi.sock
5757 - --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
58+ - --timeout=60s
5859 env :
5960 - name : DRIVER_REG_SOCK_PATH
6061 value : /var/lib/kubelet/plugins/csi-nfsplugin/csi.sock
You can’t perform that action at this time.
0 commit comments