Skip to content

Commit b8f9cda

Browse files
authored
Merge pull request #58319 from subhtk/OCP3826
OCPBUG3826: Added a note under cluster-wide proxy installation related to wait-for command.
2 parents 1a76fcc + 37d608d commit b8f9cda

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

modules/installation-configure-proxy.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,16 @@ bundle.
236236
====
237237
The installation program does not support the proxy `readinessEndpoints` field.
238238
====
239+
+
240+
[NOTE]
241+
====
242+
If the installer times out, restart and then complete the deployment by using the `wait-for` command of the installer. For example:
243+
244+
[source,terminal]
245+
----
246+
$ ./openshift-install wait-for install-complete --log-level debug
247+
----
248+
====
239249
240250
. Save the file and reference it when installing {product-title}.
241251

modules/installation-osp-deploying-bare-metal-machines.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ifeval::["{context}" == "installing-openstack-installer-custom"]
77
:osp-ipi:
88
endif::[]
99

10-
:_content-type: PROCEDURE
10+
:_content-type: PROCEDURE
1111
[id="installation-osp-deploying-bare-metal-machines_{context}"]
1212
= Deploying a cluster with bare metal machines
1313

@@ -126,7 +126,7 @@ If the installer times out, restart and then complete the deployment by using th
126126
127127
[source,terminal]
128128
----
129-
./openshift-install wait-for install-complete --log-level debug
129+
$ ./openshift-install wait-for install-complete --log-level debug
130130
----
131131
====
132132

0 commit comments

Comments
 (0)