Commit 82cc8fe
committed
OCPBUGS-34900: Increase timeout for bootstrap complete
241ec4e introduced a new step that
causes the `report-progress.sh` script to wait for the cluster to
stabilize and have at least 2 API endpoint. On an observed OpenStack
cluster, this added 8 minutes to the bootstrap phase, between when
`bootkube.service` reported completion and when the
`kube-system/bootstrap` config map was created. The wait for bootstrap
to complete took 32 min, instead of 24 had it not waited for the cluster
to have multiple API endpoints.
This commit bumps the timeout inside the `waitForBootstrapComplete()`
function from 30 min to 45 min to account for this new step.1 parent d4aa1ca commit 82cc8fe
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
454 | | - | |
| 454 | + | |
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
| |||
0 commit comments