File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
manifests/cinder-csi-plugin Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 70
70
- name : kubelet-dir
71
71
mountPath : /var/lib/kubelet
72
72
mountPropagation : " Bidirectional"
73
- - name : pods-cloud-data
74
- mountPath : /var/lib/cloud/data
75
- readOnly : true
76
73
- name : pods-probe-dir
77
74
mountPath : /dev
78
75
mountPropagation : " HostToContainer"
92
89
hostPath :
93
90
path : /var/lib/kubelet
94
91
type : Directory
95
- - name : pods-cloud-data
96
- hostPath :
97
- path : /var/lib/cloud/data
98
- type : Directory
99
92
- name : pods-probe-dir
100
93
hostPath :
101
94
path : /dev
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ const (
39
39
operationFinishInitDelay = 1 * time .Second
40
40
operationFinishFactor = 1.1
41
41
operationFinishSteps = 15
42
- instanceIDFile = "/var/lib/cloud/data/instance-id"
43
42
)
44
43
45
44
type IMount interface {
You can’t perform that action at this time.
0 commit comments