Compare commits

...

1 Commits

Author SHA1 Message Date
andyzhangx 458686fe1d fix: kubeletPath issue in helm installation 2020-12-31 08:01:13 +00:00
3 changed files with 2 additions and 4 deletions

View File

@ -55,8 +55,6 @@ spec:
fieldPath: spec.nodeName
imagePullPolicy: {{ .Values.windows.image.nodeDriverRegistrar.pullPolicy }}
volumeMounts:
- name: kubelet-dir
mountPath: "C:\\var\\lib\\kubelet"
- name: plugin-dir
mountPath: C:\csi
- name: registration-dir
@ -103,7 +101,7 @@ spec:
privileged: true
volumeMounts:
- name: kubelet-dir
mountPath: "C:\\var\\lib\\kubelet"
mountPath: {{ .Values.kubelet.windowsPath }}\
- name: plugin-dir
mountPath: C:\csi
- name: csi-proxy-fs-pipe

View File

@ -105,7 +105,7 @@ spec:
volumeMounts:
- mountPath: /csi
name: socket-dir
- mountPath: /var/lib/kubelet/
- mountPath: {{ .Values.kubelet.linuxPath }}/
mountPropagation: Bidirectional
name: mountpoint-dir
resources: