Skip to content

Commit

Permalink
fix(cinder-csi-nodeplugin): Remove the pods-cloud-data volume (kubern…
Browse files Browse the repository at this point in the history
  • Loading branch information
huangkevin404 authored and nolimitkun committed Mar 19, 2023
1 parent 0f4f8e5 commit 6603a06
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6603a06

Please sign in to comment.