File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -95,17 +95,17 @@ $ oc apply -f subscription.yaml
95
95
[source,terminal]
96
96
----
97
97
$ oc -n external-dns-operator \
98
- get subscription external-dns-operator \
99
- -- template='{{.status.installplan.name}}{{"\n"}}'
98
+ get subscription external-dns-operator \
99
+ -- template='{{.status.installplan.name}}{{"\n"}}'
100
100
----
101
101
102
102
. Verify that the status of the install plan is `Complete` by running the following command:
103
103
+
104
104
[source,terminal]
105
105
----
106
106
$ oc -n external-dns-operator \
107
- get ip <install _plan_name > \
108
- -- template='{{.status.phase}}{{"\n"}}'
107
+ get ip <install _plan_name > \
108
+ -- template='{{.status.phase}}{{"\n"}}'
109
109
----
110
110
111
111
. Verify that the status of the `external-dns-operator` pod is `Running` by running the following command:
@@ -151,4 +151,4 @@ $ oc -n external-dns-operator get csv
151
151
----
152
152
NAME DISPLAY VERSION REPLACES PHASE
153
153
external-dns-operator.v<1.y.z> ExternalDNS Operator <1.y.z> Succeeded
154
- ----
154
+ ----
You can’t perform that action at this time.
0 commit comments