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
9595[source,terminal]
9696----
9797$ 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"}}'
100100----
101101
102102. Verify that the status of the install plan is `Complete` by running the following command:
103103+
104104[source,terminal]
105105----
106106$ 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"}}'
109109----
110110
111111. 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
151151----
152152NAME DISPLAY VERSION REPLACES PHASE
153153external-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