File tree Expand file tree Collapse file tree 3 files changed +0
-16
lines changed
Expand file tree Collapse file tree 3 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 7070{{- else }}
7171 image : " {{ .Values.image.nodeDriverRegistrar.repository }}:{{ .Values.image.nodeDriverRegistrar.tag }}"
7272{{- end }}
73- livenessProbe :
74- exec :
75- command :
76- - /csi-node-driver-registrar
77- - --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
78- - --mode=kubelet-registration-probe
79- initialDelaySeconds : 30
80- timeoutSeconds : 15
8173 args :
8274 - --v=2
8375 - --csi-address=/csi/csi.sock
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- livenessProbe :
59- exec :
60- command :
61- - /csi-node-driver-registrar
62- - --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
63- - --mode=kubelet-registration-probe
64- initialDelaySeconds : 30
65- timeoutSeconds : 15
6658 env :
6759 - name : DRIVER_REG_SOCK_PATH
6860 value : /var/lib/kubelet/plugins/csi-nfsplugin/csi.sock
You can’t perform that action at this time.
0 commit comments