# Here is a sample that was created by Hive 1, and has been adopted into Hive 2 (below is CD in Hive 2 after adoption) $ oc get cd -n uhc-production-cluster8888 NAME INFRAID PLATFORM REGION VERSION CLUSTERTYPE PROVISIONSTATUS POWERSTATE AGE cluster8888 cluster8888-2kjwn aws us-gov-west-1 4.10.42 Provisioned Running 17m # VPCE information in the CD's status field and from AWS direclty $ oc get cd -n uhc-production-cluster8888 -o yaml | grep -A 8 platformStatus platformStatus: aws: privateLink: hostedZoneID: Z03106123VOW837MC1E3J vpcEndpointID: vpce-039050c4b6ed63930 vpcEndpointService: id: vpce-svc-07612aec8729f84e8 name: com.amazonaws.vpce.us-gov-west-1.vpce-svc-07612aec8729f84e8 powerState: Running $ aws ec2 describe-vpc-endpoint-services --profile fr-anatale-devtest-user --region us-gov-west-1 --no-paginate | grep vpce-svc-07612aec8729f84e8 "com.amazonaws.vpce.us-gov-west-1.vpce-svc-07612aec8729f84e8" "ServiceName": "com.amazonaws.vpce.us-gov-west-1.vpce-svc-07612aec8729f84e8", "ServiceId": "vpce-svc-07612aec8729f84e8", "vpce-svc-07612aec8729f84e8.us-gov-west-1.vpce.amazonaws.com" # Verify preserveOnDelete is set and proceed to delete the cluster on Hive 2 $ oc get cd -n uhc-production-cluster8888 cluster8888 -o yaml | grep preserveOnDelete preserveOnDelete: true $ oc delete cd -n uhc-production-cluster8888 cluster8888 clusterdeployment.hive.openshift.io "cluster8888" deleted # On original owner hive (Hive 1) $ oc get cd -n uhc-production-cluster8888 cluster8888 -o yaml |grep -A 8 platformStatus platformStatus: aws: privateLink: hostedZoneID: Z03106123VOW837MC1E3J vpcEndpointID: vpce-039050c4b6ed63930 vpcEndpointService: id: vpce-svc-07612aec8729f84e8 name: com.amazonaws.vpce.us-gov-west-1.vpce-svc-07612aec8729f84e8 powerState: Running # But checking AWS, the VPCE is gone and attemps to reach API are dead $ aws ec2 describe-vpc-endpoint-services --profile fr-anatale-devtest-user --region us-gov-west-1 --no-paginate | grep vpce-svc-07612aec8729f84e8 [anatale@fedora deploy]$ echo $? 1 $ oc cluster-info --kubeconfig ~/.kube/cluster8888 To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'. Unable to connect to the server: dial tcp: lookup api.cluster8888.wn3c.p1.openshiftusgov.com: no such host