This repository was archived by the owner on Jun 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,9 @@ items:
169169 - name : dbus
170170 mountPath : /host/var/lib/dbus
171171 readOnly : true
172+ - mountPath : /host/etc/machine-id
173+ name : cni-machine-id
174+ readOnly : true
172175 - name : xtables-lock
173176 mountPath : /run/xtables.lock
174177 readOnly : false
@@ -216,6 +219,9 @@ items:
216219 - name : cni-conf
217220 hostPath :
218221 path : /etc
222+ - name : cni-machine-id
223+ hostPath :
224+ path : /etc/machine-id
219225 - name : dbus
220226 hostPath :
221227 path : /var/lib/dbus
Original file line number Diff line number Diff line change @@ -166,6 +166,9 @@ items:
166166 - name : dbus
167167 mountPath : /host/var/lib/dbus
168168 readOnly : true
169+ - mountPath : /host/etc/machine-id
170+ name : cni-machine-id
171+ readOnly : true
169172 - name : xtables-lock
170173 mountPath : /run/xtables.lock
171174 readOnly : false
@@ -212,6 +215,9 @@ items:
212215 - name : cni-conf
213216 hostPath :
214217 path : /etc
218+ - name : cni-machine-id
219+ hostPath :
220+ path : /etc/machine-id
215221 - name : dbus
216222 hostPath :
217223 path : /var/lib/dbus
Original file line number Diff line number Diff line change @@ -169,6 +169,9 @@ items:
169169 - name : dbus
170170 mountPath : /host/var/lib/dbus
171171 readOnly : true
172+ - mountPath : /host/etc/machine-id
173+ name : cni-machine-id
174+ readOnly : true
172175 - name : xtables-lock
173176 mountPath : /run/xtables.lock
174177 readOnly : false
@@ -216,6 +219,9 @@ items:
216219 - name : cni-conf
217220 hostPath :
218221 path : /etc
222+ - name : cni-machine-id
223+ hostPath :
224+ path : /etc/machine-id
219225 - name : dbus
220226 hostPath :
221227 path : /var/lib/dbus
You can’t perform that action at this time.
0 commit comments