diff --git a/roles/kubernetes-apps/csi_driver/cinder/templates/cinder-csi-nodeplugin.yml.j2 b/roles/kubernetes-apps/csi_driver/cinder/templates/cinder-csi-nodeplugin.yml.j2 index d0a86bd9f..3cdf9bb94 100644 --- a/roles/kubernetes-apps/csi_driver/cinder/templates/cinder-csi-nodeplugin.yml.j2 +++ b/roles/kubernetes-apps/csi_driver/cinder/templates/cinder-csi-nodeplugin.yml.j2 @@ -80,9 +80,6 @@ spec: - name: kubelet-dir mountPath: /var/lib/kubelet mountPropagation: "Bidirectional" - - name: pods-cloud-data - mountPath: /var/lib/cloud/data - readOnly: true - name: pods-probe-dir mountPath: /dev mountPropagation: "HostToContainer" @@ -110,10 +107,6 @@ spec: hostPath: path: /var/lib/kubelet type: Directory - - name: pods-cloud-data - hostPath: - path: /var/lib/cloud/data - type: Directory - name: pods-probe-dir hostPath: path: /dev