[root@wewang-thinkpadt14sgen2i ~]# oc get hostedcluster hypershift-ci-315647 -n clusters
NAME VERSION KUBECONFIG PROGRESS AVAILABLE PROGRESSING MESSAGE
hypershift-ci-315647 4.18.0-0.test-2024-10-10-065652-ci-ln-cdv7qqt-latest hypershift-ci-315647-admin-kubeconfig Completed True False The hosted control plane is available
[root@wewang-thinkpadt14sgen2i ~]# oc get infrastructure/cluster -ojsonpath='{.status.platformStatus.aws.resourceTags[*]}' | jq
{ "key": "Environment", "value": "Production" } { "key": "Owner", "value": "DevOpsTeam" } { "key": "Project", "value": "OpenShift-Cluster" }
[root@wewang-thinkpadt14sgen2i ~]# aws s3api get-bucket-tagging --bucket wewang-hypershift3-z2p9l-image-registry-us-east-2-wwphcujvcrov
{
"TagSet": [
{ "Key": "Project", "Value": "OpenShift-Cluster" }
,
{ "Key": "kubernetes.io/cluster/wewang-hypershift3-z2p9l", "Value": "owned" }
,
{ "Key": "Environment", "Value": "Production" }
,
{ "Key": "Owner", "Value": "DevOpsTeam" }
,
{ "Key": "Name", "Value": "wewang-hypershift3-z2p9l-image-registry" }
]
}
Added cases for it: https://polarion.engineering.redhat.com/polarion/#/project/OSE/workitem?id=OCP-76876