diff --git a/scripts/cluster/setup_master_node.go b/scripts/cluster/setup_master_node.go index 4b4cdf7d4..6dcbf517f 100644 --- a/scripts/cluster/setup_master_node.go +++ b/scripts/cluster/setup_master_node.go @@ -125,7 +125,7 @@ func InstallMetalLB() error { if !utils.CheckErrorWithMsg(err, "Failed to install and configure MetalLB!\n") { return err } - _, err = utils.ExecShellCmd("kubectl -n metallb-system wait deploy controller --timeout=90s --for=condition=Available") + _, err = utils.ExecShellCmd("kubectl -n metallb-system wait deploy controller --timeout=180s --for=condition=Available") if !utils.CheckErrorWithMsg(err, "Failed to install and configure MetalLB!\n") { return err }