Skip to content

Commit 7fe87d6

Browse files
committed
fix(setup.sh): Added a sleep to ensure correct creation of both clusters
1 parent 525e6ef commit 7fe87d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/quick-start/setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ check_requirements
1919
delete_clusters "$CLUSTER_NAME_1" "$CLUSTER_NAME_2"
2020

2121
create_cluster "$CLUSTER_NAME_1" "$KUBECONFIG_1" "$LIQO_CLUSTER_CONFIG_YAML"
22+
sleep 15
2223
create_cluster "$CLUSTER_NAME_2" "$KUBECONFIG_2" "$LIQO_CLUSTER_CONFIG_YAML"

0 commit comments

Comments
 (0)