From 0ac38f7c1b9783882a9252aaaf6292d87556218a Mon Sep 17 00:00:00 2001 From: Derek Nola Date: Tue, 14 Nov 2023 09:57:25 -0800 Subject: [PATCH] Change dummy IP Signed-off-by: Derek Nola --- docs/installation/airgap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/airgap.md b/docs/installation/airgap.md index 79d828fe9..1840efaa4 100644 --- a/docs/installation/airgap.md +++ b/docs/installation/airgap.md @@ -50,8 +50,8 @@ If your nodes do not have an interface with a default route, a default route mus ``` ip link add dummy0 type dummy ip link set dummy0 up - ip addr add 169.254.255.254/31 dev dummy0 - ip route add default via 169.254.255.255 dev dummy0 metric 1000 + ip addr add 203.0.113.254/31 dev dummy0 + ip route add default via 203.0.113.255 dev dummy0 metric 1000 ``` When running the K3s script with the `INSTALL_K3S_SKIP_DOWNLOAD` environment variable, K3s will use the local version of the script and binary.