Skip to content

Commit d58bc86

Browse files
committed
OSDOCS-16614: Documented VIP optional with user-managed LB feature
1 parent 3830697 commit d58bc86

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

modules/nw-dns-forward.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ endif::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
2020
* Provide a list of upstream DNS servers (`spec.upstreamResolvers`).
2121
* Change the default forwarding policy.
2222
23-
[NOTE]
24-
====
2523
A DNS forwarding configuration for the default domain can have both the default servers specified in the `/etc/resolv.conf` file and the upstream DNS servers.
24+
25+
[IMPORTANT]
26+
====
27+
During pod creation, Kubernetes uses the `/etc/resolv.conf` file that exists on a node. If you modify the `/etc/resolv.conf` file on a host node, the changes do not propagate to the `/etc/resolv.conf` file that exists in a container. You must recreate the container for changes to take effect.
2628
====
2729

2830
.Procedure

modules/virt-example-nmstate-IP-management.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,11 @@ The following example shows a default situation that stores DNS values globally:
139139

140140
* Configure a static DNS without a network interface. Note that when updating the `/etc/resolv.conf` file on a host node, you do not need to specify an interface, IPv4 or IPv6, in the `NodeNetworkConfigurationPolicy` (NNCP) manifest.
141141
+
142+
[IMPORTANT]
143+
====
144+
During pod creation, Kubernetes uses the `/etc/resolv.conf` file that exists on a node. If you modify the `/etc/resolv.conf` file on a host node, the changes do not propagate to the `/etc/resolv.conf` file that exists in a container. You must recreate the container for changes to take effect.
145+
====
146+
+
142147
Example of a DNS configuration for a network interface that globally stores DNS values:
143148
+
144149
[source,yaml]

0 commit comments

Comments
 (0)