Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wait for Hive Provision status
ProvisionFailed=False
up to 15 minut…
…es (#1279) This should resolve the unexpected failure when waiting for `Provisioned=True` that could fail sometimes. This has been tested in the old and in the newer Hive clusters: In old Hive: ``` $▶ oc -n ods-qe-dash-pool-bh9wd wait cd ods-qe-dash-pool-bh9wd --for=condition=ProvisionFailed=False clusterdeployment.hive.openshift.io/ods-qe-dash-pool-bh9wd condition met ``` In new Hive: ``` $▶ oc -n ods-qe-psi-15-pool-5p98s wait cd ods-qe-psi-15-pool-5p98s --for=condition=ProvisionFailed=False clusterdeployment.hive.openshift.io/ods-qe-psi-15-pool-5p98s condition met ```
- Loading branch information