The /sys mount needs to be rw
Hairpin nat does not currently work unless /sys is rw. This fixes #25555 and fixes #24350
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user