Commit 54a416fc authored by Josh Wood's avatar Josh Wood

docs/getting-started/rkt: Add default route to k8s_cluster.conf example

parent d6d2f6f2
...@@ -97,7 +97,10 @@ $ cat <<EOF >/etc/rkt/net.d/k8s_cluster.conf ...@@ -97,7 +97,10 @@ $ cat <<EOF >/etc/rkt/net.d/k8s_cluster.conf
"type": "host-local", "type": "host-local",
"subnet": "10.255.228.1/24", "subnet": "10.255.228.1/24",
"gateway": "10.255.228.1" "gateway": "10.255.228.1"
} },
"routes": [
{ "dst": "0.0.0.0/0" }
]
} }
EOF EOF
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment