mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
19 lines
632 B
Plaintext
19 lines
632 B
Plaintext
// Module included in the following assemblies:
|
|
// * networking/understanding-external-dns-operator.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="nw-external-dns-operator-logs_{context}"]
|
|
= Viewing External DNS Operator logs
|
|
|
|
[role="_abstract"]
|
|
To troubleshoot DNS configuration issues, view the External DNS Operator logs. Use the `oc logs` command to retrieve diagnostic information directly from the Operator pod.
|
|
|
|
.Procedure
|
|
|
|
* View the logs of the External DNS Operator by running the following command:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ oc logs -n external-dns-operator deployment/external-dns-operator -c external-dns-operator
|
|
----
|