File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -36,3 +36,12 @@ config:
36
36
- /var/lib/cni/bin
37
37
- /var/lib/kubelet-plugins
38
38
- /var/lib/nfs/statd/sm
39
+ mounts :
40
+ - type : bind
41
+ source : /var/lib/cni/bin
42
+ destination : /opt/cni/bin
43
+ options : ["rw","bind"]
44
+ - type : bind
45
+ source : /var/lib/cni/conf
46
+ destination : /etc/cni/net.d
47
+ options : ["rw","bind"]
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ services:
40
40
image : linuxkit/sshd:4f403fe5ae53dc3e45c8f6972dced9dddf900ae6
41
41
cgroupsPath : systemreserved/sshd
42
42
- name : kubelet
43
- image : linuxkit/kubelet:0513947feba7c6cdf5d8d815fb776a99011307ff
43
+ image : linuxkit/kubelet:1b3b31281092aef89c39107aeed90299aeaa19a7
44
44
cgroupsPath : podruntime/kubelet
45
45
files :
46
46
- path : etc/linuxkit.yml
You can’t perform that action at this time.
0 commit comments