mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
docs/getting-started/rkt: Add default route to k8s_cluster.conf example
This commit is contained in:
parent
d6d2f6f203
commit
54a416fcc1
@ -97,7 +97,10 @@ $ cat <<EOF >/etc/rkt/net.d/k8s_cluster.conf
|
||||
"type": "host-local",
|
||||
"subnet": "10.255.228.1/24",
|
||||
"gateway": "10.255.228.1"
|
||||
}
|
||||
},
|
||||
"routes": [
|
||||
{ "dst": "0.0.0.0/0" }
|
||||
]
|
||||
}
|
||||
EOF
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user