fix: allow talos installation to complete
This commit is contained in:
parent
64e9a6a7d9
commit
afcc4bb389
|
|
@ -90,7 +90,7 @@ func (r Runner) Run() error {
|
|||
}
|
||||
|
||||
func waitForTalosReboot(dir string, cfg config.Config) error {
|
||||
deadline := time.Now().Add(2 * time.Minute)
|
||||
deadline := time.Now().Add(5 * time.Minute)
|
||||
offline := false
|
||||
for time.Now().Before(deadline) {
|
||||
err := utils.RunCommandQuietInDir(dir, "talosctl", "get", "machinestatus", "--talosconfig=./clusterconfig/talosconfig", "--endpoints="+cfg.Talos.BootstrapEndpoint, "--nodes="+cfg.Talos.BootstrapNode)
|
||||
|
|
|
|||
Loading…
Reference in a new issue