Closed cdrage closed 8 years ago
Adds a "wait" function to both kubernetes and openshift providers.
Add code to wait for all OpenShift instances to terminate before proceeding with the next example.
Via using: docker exec -it origin oc get po,svc,rc | grep Terminating
docker exec -it origin oc get po,svc,rc | grep Terminating
Fixes @dustymabe 's branch in regards to the sleep 120 command on OpenShift!
sleep 120
Adds a "wait" function to both kubernetes and openshift providers.
Add code to wait for all OpenShift instances to terminate before proceeding with the next example.
Via using:
docker exec -it origin oc get po,svc,rc | grep Terminating