@@ -444,7 +444,7 @@ if ! ibmcloud is endpoint-gateway "$vpegw_icr" --vpc $vpc_name >/dev/null 2>&1;
444444 --new-reserved-ip " {\" subnet\" : {\" id\" : \" ${subnet_id_1} \" },\" name\" :\" ${vpegw_icr} -ip-1\" ,\" auto_delete\" :true}" \
445445 --new-reserved-ip " {\" subnet\" : {\" id\" : \" ${subnet_id_2} \" },\" name\" :\" ${vpegw_icr} -ip-2\" ,\" auto_delete\" :true}" \
446446 --new-reserved-ip " {\" subnet\" : {\" id\" : \" ${subnet_id_3} \" },\" name\" :\" ${vpegw_icr} -ip-3\" ,\" auto_delete\" :true}" \
447- --allow- dns-resolution-binding false
447+ --dns-resolution-binding-mode disabled
448448 if [ $? -ne 0 ]; then
449449 print_error " ICR VPE Gateway creation failed!"
450450 abortScript
@@ -463,7 +463,7 @@ if ! ibmcloud is endpoint-gateway "$vpegw_cos" --vpc $vpc_name >/dev/null 2>&1;
463463 --new-reserved-ip " {\" subnet\" : {\" id\" : \" ${subnet_id_1} \" },\" name\" :\" ${vpegw_cos} -ip-1\" ,\" auto_delete\" :true}" \
464464 --new-reserved-ip " {\" subnet\" : {\" id\" : \" ${subnet_id_2} \" },\" name\" :\" ${vpegw_cos} -ip-2\" ,\" auto_delete\" :true}" \
465465 --new-reserved-ip " {\" subnet\" : {\" id\" : \" ${subnet_id_3} \" },\" name\" :\" ${vpegw_cos} -ip-3\" ,\" auto_delete\" :true}" \
466- --allow- dns-resolution-binding false
466+ --dns-resolution-binding-mode disabled
467467 if [ $? -ne 0 ]; then
468468 print_error " COS VPE Gateway creation failed!"
469469 abortScript
@@ -483,7 +483,7 @@ if [[ "$SETUP_LOGGING" == "true" ]]; then
483483 --new-reserved-ip " {\" subnet\" : {\" id\" : \" ${subnet_id_1} \" },\" name\" :\" ${vpegw_icl} -ip-1\" ,\" auto_delete\" :true}" \
484484 --new-reserved-ip " {\" subnet\" : {\" id\" : \" ${subnet_id_2} \" },\" name\" :\" ${vpegw_icl} -ip-2\" ,\" auto_delete\" :true}" \
485485 --new-reserved-ip " {\" subnet\" : {\" id\" : \" ${subnet_id_3} \" },\" name\" :\" ${vpegw_icl} -ip-3\" ,\" auto_delete\" :true}" \
486- --allow- dns-resolution-binding false
486+ --dns-resolution-binding-mode disabled
487487 if [ $? -ne 0 ]; then
488488 print_error " ICL VPE Gateway creation failed!"
489489 abortScript
@@ -502,7 +502,7 @@ if [[ "$SETUP_MONITORING" == "true" ]]; then
502502 --new-reserved-ip " {\" subnet\" : {\" id\" : \" ${subnet_id_1} \" },\" name\" :\" ${vpegw_monitoring} -ip-1\" ,\" auto_delete\" :true}" \
503503 --new-reserved-ip " {\" subnet\" : {\" id\" : \" ${subnet_id_2} \" },\" name\" :\" ${vpegw_monitoring} -ip-2\" ,\" auto_delete\" :true}" \
504504 --new-reserved-ip " {\" subnet\" : {\" id\" : \" ${subnet_id_3} \" },\" name\" :\" ${vpegw_monitoring} -ip-3\" ,\" auto_delete\" :true}" \
505- --allow- dns-resolution-binding false
505+ --dns-resolution-binding-mode disabled
506506 if [ $? -ne 0 ]; then
507507 print_error " Monitoring VPE Gateway creation failed!"
508508 abortScript
0 commit comments