mirror of
https://github.com/openshift/installer.git
synced 2026-02-06 00:48:45 +01:00
When running the 'agent wait-for install-complete' command, we first check that bootstrapping is complete (by running the equivalent of 'agent wait-for bootstrap-complete'. However, if this failed because the bootstrapping timed out, we would report it as an install failure along with the corresponding debug messages (stating that the problem is with the cluster operators, and inevitably failing to fetch data about which). If the failure occurs during bootstrapping, report it as a bootstrap error the same as you would get from 'agent wait-for bootstrap-complete'.