cancel
Showing results for 
Search instead for 
Did you mean: 
Kashif-Nawaz
Mission Specialist
Mission Specialist
  • 507 Views

openshift-install destroy cluster is failing for User Provisioned Infrastructure

 

cat metadata.json | jq .
{
"clusterName": "ocp",
"clusterID": "5da223d4-0e2a-45ed-a2f8-224a828c4933",
"infraID": "ocp-hhfbz"
}

oenshift-install destroy cluster --log-level=debug
DEBUG OpenShift Installer 4.12.0
DEBUG Built from commit ba940311c8cb2a07173725e5c2f668df7c61924c
FATAL Failed while preparing to destroy cluster: no platform configured in metadata

 

I mofied my metedata.json to following but agian got same error i.e 'DEBUG Built from commit ba940311c8cb2a07173725e5c2f668df7c61924c
FATAL Failed while preparing to destroy cluster: no platform configured in metadata'

 

cat metadata.json | jq .
{
"clusterName": "ocp",
"clusterID": "5da223d4-0e2a-45ed-a2f8-224a828c4933",
"infraID": "ocp-hhfbz",
"platform": {
"none": "{}"
}
}

 

 

Labels (3)
0 Kudos
0 Replies
Join the discussion
You must log in to join this conversation.