Skip to content

Commit

Permalink
enable dedicated-v2 topology (#52783)
Browse files Browse the repository at this point in the history
  • Loading branch information
heliubj18 authored Jun 5, 2024
1 parent 8263ae7 commit 587a4f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ if [[ "$HOSTED_CP" == "true" ]]; then
# ensure the SC is not for ibm usage so that it could support the latest version of the hosted cluster
for ps in $psList ; do
topology=$(ocm get /api/clusters_mgmt/v1/provision_shards/${ps} | jq -r '.hypershift_config.topology')
if [[ "$topology" == "dedicated" ]] ; then
if [[ "$topology" == "*dedicated*" ]] ; then
PROVISION_SHARD_ID=${ps}
fi
done
Expand Down

0 comments on commit 587a4f2

Please sign in to comment.