We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7cff1b commit 1d8f119Copy full SHA for 1d8f119
manager/install.sh
@@ -59,6 +59,8 @@ function ensure_eks() {
59
asg_name=$(echo "$asg_info" | jq -r 'first | .AutoScalingGroupName')
60
aws autoscaling suspend-processes --region $CORTEX_REGION --auto-scaling-group-name $asg_name --scaling-processes AZRebalance
61
fi
62
+
63
+ echo # cluster is ready
64
return
65
66
0 commit comments