We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53b0c51 + 5b29460 commit 1a1d171Copy full SHA for 1a1d171
modules/installing-aws-load-balancer-operator-cli.adoc
@@ -95,17 +95,17 @@ $ oc apply -f subscription.yaml
95
[source,terminal]
96
----
97
$ oc -n aws-load-balancer-operator \
98
- get subscription aws-load-balancer-operator \
99
- --template='{{.status.installplan.name}}{{"\n"}}'
+ get subscription aws-load-balancer-operator \
+ --template='{{.status.installplan.name}}{{"\n"}}'
100
101
102
. Check the status of the install plan:
103
+
104
105
106
107
- get ip <install_plan_name> \
108
- --template='{{.status.phase}}{{"\n"}}'
+ get ip <install_plan_name> \
+ --template='{{.status.phase}}{{"\n"}}'
109
110
111
The output must be `Complete`.
0 commit comments