mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
kubernetes: do not bind /run as rbind,rshared.
There are no mounts here which need propagating Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
parent
0e51fc5063
commit
007fb04406
@ -51,7 +51,7 @@ services:
|
||||
- /dev:/dev
|
||||
- /etc/resolv.conf:/etc/resolv.conf
|
||||
- /lib/modules:/lib/modules
|
||||
- /run:/run:rshared,rbind
|
||||
- /run:/run
|
||||
- /var:/var:rshared,rbind
|
||||
- /var/lib/kubeadm:/etc/kubernetes
|
||||
- /etc/cni:/etc/cni:rshared,rbind
|
||||
|
@ -51,7 +51,7 @@ services:
|
||||
- /dev:/dev
|
||||
- /etc/resolv.conf:/etc/resolv.conf
|
||||
- /lib/modules:/lib/modules
|
||||
- /run:/run:rshared,rbind
|
||||
- /run:/run
|
||||
- /var:/var:rshared,rbind
|
||||
- /var/lib/kubeadm:/etc/kubernetes
|
||||
- /etc/cni:/etc/cni:rshared,rbind
|
||||
|
Loading…
Reference in New Issue
Block a user