This repository was archived by the owner on Jun 20, 2024. It is now read-only.
File tree 3 files changed +18
-0
lines changed
3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,9 @@ items:
169
169
- name : dbus
170
170
mountPath : /host/var/lib/dbus
171
171
readOnly : true
172
+ - mountPath : /host/etc/machine-id
173
+ name : cni-machine-id
174
+ readOnly : true
172
175
- name : xtables-lock
173
176
mountPath : /run/xtables.lock
174
177
readOnly : false
@@ -216,6 +219,9 @@ items:
216
219
- name : cni-conf
217
220
hostPath :
218
221
path : /etc
222
+ - name : cni-machine-id
223
+ hostPath :
224
+ path : /etc/machine-id
219
225
- name : dbus
220
226
hostPath :
221
227
path : /var/lib/dbus
Original file line number Diff line number Diff line change @@ -166,6 +166,9 @@ items:
166
166
- name : dbus
167
167
mountPath : /host/var/lib/dbus
168
168
readOnly : true
169
+ - mountPath : /host/etc/machine-id
170
+ name : cni-machine-id
171
+ readOnly : true
169
172
- name : xtables-lock
170
173
mountPath : /run/xtables.lock
171
174
readOnly : false
@@ -212,6 +215,9 @@ items:
212
215
- name : cni-conf
213
216
hostPath :
214
217
path : /etc
218
+ - name : cni-machine-id
219
+ hostPath :
220
+ path : /etc/machine-id
215
221
- name : dbus
216
222
hostPath :
217
223
path : /var/lib/dbus
Original file line number Diff line number Diff line change @@ -169,6 +169,9 @@ items:
169
169
- name : dbus
170
170
mountPath : /host/var/lib/dbus
171
171
readOnly : true
172
+ - mountPath : /host/etc/machine-id
173
+ name : cni-machine-id
174
+ readOnly : true
172
175
- name : xtables-lock
173
176
mountPath : /run/xtables.lock
174
177
readOnly : false
@@ -216,6 +219,9 @@ items:
216
219
- name : cni-conf
217
220
hostPath :
218
221
path : /etc
222
+ - name : cni-machine-id
223
+ hostPath :
224
+ path : /etc/machine-id
219
225
- name : dbus
220
226
hostPath :
221
227
path : /var/lib/dbus
You can’t perform that action at this time.
0 commit comments