Skip to content

Commit bf97563

Browse files
authored
Update iks-cluster
support for ca-mon
1 parent 5357809 commit bf97563

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/e2e/iks-cluster

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -838,6 +838,8 @@ ibmcloud target -r "$IC_REGION"
838838

839839
if [[ -n "$E2ETEST_CS_API_EP" ]]; then
840840
ibmcloud ks init --host $E2ETEST_CS_API_EP
841+
elif [[ "$IC_REGION" == "ca-mon" ]]; then
842+
ibmcloud ks init --host https://ca-mon.containers.cloud.ibm.com
841843
else
842844
ibmcloud ks init --host https://containers.cloud.ibm.com
843845
fi

0 commit comments

Comments
 (0)