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
162
162
ensure [ correct] ( https://docs.k3s.io/installation/airgap#default-network-route )
163
163
` k3s ` operation.
164
164
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
+
165
169
## Proxies
166
170
167
171
If some nodes have no outbound connectivity via any networks, the cluster can
@@ -185,3 +189,8 @@ compute
185
189
squid_cache_disk : 1024 # MB
186
190
squid_cache_mem : ' 12 GB'
187
191
` ` `
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