When my Openshift cluster is bootstrapping, I prefer watching the progress with:
$ watch "oc get events --sort-by '{.metadata.creationTimestamp}' | tail -n 20"
The animated topology GUI is nice, but the above command gives me more details as to exactly what it is doing with what component.