Skip to content

Commit 31a33a5

Browse files
committed
Improves the understanding EDNS Operator page
1 parent f4d81e4 commit 31a33a5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

modules/nw-external-dns-operator.adoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// * networking/understanding-external-dns-operator.adoc
33

44
:_content-type: PROCEDURE
5-
[id="nw-dns-operator_{context}"]
5+
[id="nw-external-dns-operator_{context}"]
66
= External DNS Operator
77

88
The External DNS Operator implements the External DNS API from the `olm.openshift.io` API group. The External DNS Operator deploys the `ExternalDNS` using a deployment resource. The ExternalDNS deployment watches the resources such as services and routes in the cluster and updates the external DNS providers.
@@ -28,7 +28,7 @@ install-zcvlr
2828
+
2929
[source,terminal]
3030
----
31-
$ oc -n external-dns-operator get ip <INSTALL_PLAN_NAME> -o yaml | yq .status.phase'
31+
$ oc -n external-dns-operator get ip <install_plan_name> -o yaml | yq .status.phase'
3232
----
3333
+
3434
.Example output
@@ -42,6 +42,11 @@ Complete
4242
[source,terminal]
4343
----
4444
$ oc get -n external-dns-operator deployment/external-dns-operator
45+
----
46+
+
47+
.Example output
48+
[source,terminal]
49+
----
4550
NAME READY UP-TO-DATE AVAILABLE AGE
4651
external-dns-operator 1/1 1 1 23h
4752
----

0 commit comments

Comments
 (0)