Skip to content

Commit

Permalink
Increase timeout for MetalLB setup
Browse files Browse the repository at this point in the history
Signed-off-by: Leonid Kondrashov <[email protected]>
  • Loading branch information
leokondrashov committed Oct 13, 2023
1 parent de7c9a6 commit 6ad9c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cluster/setup_master_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 6ad9c53

Please sign in to comment.