Skip to content

Commit

Permalink
Reorder hint on installation time
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Kulhanek authored and Wolfgang Kulhanek committed Dec 10, 2024
1 parent 034c8a8 commit f25a148
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions content/modules/ROOT/pages/pxe-osv-01.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,14 @@ We can now apply the specification:
oc apply -f $HOME/px-spec.yaml
----

The install can take about 5 minutes. We can watch the containers come
up by running:
====
[NOTE]
The Portworx cluster pods can take up to 10 minutes to start. During this time, you will see pods restart.
This is expected behavior.
====

We can watch the containers come up by running:

[source,sh,role=execute]
----
Expand All @@ -115,13 +121,6 @@ watch oc -n portworx get pods
When all three of the `px-cluster` pods have a Ready status of `1/1` we
can press `ctrl-c` to exit out of our watch command.

====
[NOTE]
The Portworx cluster pods can take up to 10 minutes to start. During this time, you will see pods restart.
This is expected behavior.
====

=== Task: Check the Portworx cluster status

Portworx ships with a `pxctl` CLI utility that you can use for managing
Expand Down

0 comments on commit f25a148

Please sign in to comment.