Skip to content

Commit 3e1a047

Browse files
committed
add notes on name resolution to network docs
1 parent 3b9c6dc commit 3e1a047

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/networks.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,10 @@ If there is no default route at all (either from a subnet gateway or from
162162
ensure [correct](https://docs.k3s.io/installation/airgap#default-network-route)
163163
`k3s` operation.
164164

165+
When using a subnet with no default gateway, OpenStack's nameserver for the
166+
subnet may refuse lookups. External nameservers can be defined using the
167+
[resolv_conf](../ansible/roles/resolv_conf/README.md) role.
168+
165169
## Proxies
166170

167171
If some nodes have no outbound connectivity via any networks, the cluster can
@@ -185,3 +189,8 @@ compute
185189
squid_cache_disk: 1024 # MB
186190
squid_cache_mem: '12 GB'
187191
```
192+
193+
Note that name resolution must still be possible and may require defining an
194+
nameserver which is directly reachable from the node using the
195+
[resolv_conf](../ansible/roles/resolv_conf/README.md)
196+
role.

0 commit comments

Comments
 (0)