The /sys mount needs to be rw

Hairpin nat does not currently work unless /sys is rw. This fixes #25555 and fixes #24350
pull/506/head
Carson A 2016-05-13 09:34:43 -06:00
parent 85eba1f0b3
commit db26b756d5
1 changed files with 1 additions and 1 deletions

View File

@ -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 \