Skip to content

Commit

Permalink
cleanup: remove unnecessary sleep during microshift bootup
Browse files Browse the repository at this point in the history
Signed-off-by: Sunil Thaha <[email protected]>
  • Loading branch information
sthaha committed Aug 1, 2023
1 parent a966b1b commit 97da2bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions providers/microshift/microshift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ function _setup_microshift() {

export KUBECONFIG="$MICROSHIFT_KUBECONFIG"

info "Sleeping for 60s"
sleep 60
wait_for_cluster_ready
}

Expand Down

0 comments on commit 97da2bd

Please sign in to comment.