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
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
28
28
+
29
29
[source,terminal]
30
30
----
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'
32
32
----
33
33
+
34
34
.Example output
@@ -42,6 +42,11 @@ Complete
42
42
[source,terminal]
43
43
----
44
44
$ oc get -n external-dns-operator deployment/external-dns-operator
0 commit comments