File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
experimental/serverless-fleets Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,8 @@ target_resource_group $resource_group_name
158158# Check whether Logging should be configured
159159print_msg " \nShould IBM Cloud Logs be configured?"
160160if [[ " $SETUP_LOGGING " != " true" ]]; then
161- echo " No!"
161+ echo " No! Logging cannot be install afterwards to the VPC running your fleets"
162+ sleep 2
162163else
163164 echo " Yes!"
164165 print_msg " \nCreating the IBM Cloud Logs instance '$icl_name ' ..."
195196# Check whether monitoring should be configured
196197print_msg " \nShould IBM Cloud Monitoring be configured?"
197198if [[ " $SETUP_MONITORING " != " true" ]]; then
198- echo " No!"
199+ echo " No! Monitoring cannot be install afterwards to the VPC running your fleets" "
200+ sleep 2
199201else
200202 echo " Yes! "
201203 print_msg " \n Creating the IBM Cloud Monitoring instance ' $sysdig_name' ..."
You can’t perform that action at this time.
0 commit comments