Skip to content

Commit fa52b32

Browse files
authored
Update init-fleet-sandbox
Signed-off-by: Frank Groezinger <[email protected]>
1 parent dd2ae09 commit fa52b32

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

experimental/serverless-fleets/init-fleet-sandbox

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ target_resource_group $resource_group_name
158158
# Check whether Logging should be configured
159159
print_msg "\nShould IBM Cloud Logs be configured?"
160160
if [[ "$SETUP_LOGGING" != "true" ]]; then
161-
echo "No!"
161+
echo "No! Logging cannot be install afterwards to the VPC running your fleets"
162+
sleep 2
162163
else
163164
echo "Yes!"
164165
print_msg "\nCreating the IBM Cloud Logs instance '$icl_name' ..."
@@ -195,7 +196,8 @@ fi
195196
# Check whether monitoring should be configured
196197
print_msg "\nShould IBM Cloud Monitoring be configured?"
197198
if [[ "$SETUP_MONITORING" != "true" ]]; then
198-
echo "No!"
199+
echo "No! Monitoring cannot be install afterwards to the VPC running your fleets""
200+
sleep 2
199201
else
200202
echo "Yes!"
201203
print_msg "\nCreating the IBM Cloud Monitoring instance '$sysdig_name' ..."

0 commit comments

Comments
 (0)