The /sys mount needs to be rw
Hairpin nat does not currently work unless /sys is rw. This fixes #25555 and fixes #24350pull/506/head
parent
85eba1f0b3
commit
db26b756d5
|
@ -32,7 +32,7 @@ export K8S_VERSION=$(curl -sS https://storage.googleapis.com/kubernetes-release/
|
|||
export ARCH=amd64
|
||||
docker run -d \
|
||||
--volume=/:/rootfs:ro \
|
||||
--volume=/sys:/sys:ro \
|
||||
--volume=/sys:/sys:rw \
|
||||
--volume=/var/lib/docker/:/var/lib/docker:rw \
|
||||
--volume=/var/lib/kubelet/:/var/lib/kubelet:rw \
|
||||
--volume=/var/run:/var/run:rw \
|
||||
|
|
Loading…
Reference in New Issue