Troubleshooting
- Creation Failure
When the status in the display list is "Failed" after applying for the creation of a deployment in the console, it indicates a failure in requesting resources from the cloud platform. In the response of the API ListDeployments
, each deployment has a FailedReason
field, which includes the error code and error returned by the cloud platform.
Users can determine the cause of the failure based on the FailedReason
. They can refer to the error code to look up the cloud provider's API error code documentation for more information.