File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,10 @@ If there is no default route at all (either from a subnet gateway or from
162162ensure [ 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
167171If some nodes have no outbound connectivity via any networks, the cluster can
@@ -185,3 +189,8 @@ compute
185189squid_cache_disk : 1024 # MB
186190squid_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.
You can’t perform that action at this time.
0 commit comments