You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
. Enable the DNS server and monitoring components according to the following example:
73
+
. Add the external IP address that you previously retrieved to the `kubeSecondaryDNSNameServerIP` field in the enterprise DNS server records. For example:
49
74
+
50
75
[source,yaml,subs="attributes+"]
51
76
----
@@ -77,16 +102,7 @@ spec:
77
102
openshift.example.com
78
103
----
79
104
80
-
. Point to the DNS server by using one of the following methods:
81
-
82
-
* Add the `kubeSecondaryDNSNameServerIP` value to the `resolv.conf` file on your local machine.
83
-
+
84
-
[NOTE]
85
-
====
86
-
Editing the `resolv.conf` file overwrites existing DNS settings.
87
-
====
88
-
89
-
* Add the `kubeSecondaryDNSNameServerIP` value and the cluster FQDN to the enterprise DNS server records. For example:
105
+
. Point to the DNS server. To do so, add the `kubeSecondaryDNSNameServerIP` value and the cluster FQDN to the enterprise DNS server records. For example:
0 commit comments