Red Hat on Azure deployment failed at Create Deployment and List credentials of an OpenShift cluster

Anwar Williams 0 Reputation points
2023-11-16T09:11:02.8866667+00:00

Hi Community

I am trying to deploy an ARO cluster but it fails at following steps:

Create Deployment:

  • Resource/subscriptions/1ce4bac7-8978-47c1-a5b3-a5e8abfe9d0e/resourcegroups/rg_openshift_lab/providers/Microsoft.Resources/deployments/AroVnetRoles_1698791003513
  • Operation nameCreate Deployment
  • Time stampWed Nov 01 2023 01:42:54 GMT+0200 (South Africa Standard Time)
  • Event initiated byanwar@tech-alliance.co.za
  • Error codeResourceDeploymentFailure
  • MessageThe resource write operation failed to complete successfully, because it reached terminal provisioning state 'Failed'.

List credentials of an OpenShift cluster:

  • Resource/subscriptions/1ce4bac7-8978-47c1-a5b3-a5e8abfe9d0e/resourceGroups/rg_openshift_lab/providers/Microsoft.RedHatOpenShift/OpenShiftClusters/octestcluster
  • Operation nameList credentials of an OpenShift cluster
  • Time stampWed Nov 01 2023 01:52:02 GMT+0200 (South Africa Standard Time)
  • Event initiated byanwar@tech-alliance.co.za
  • Error codeRequestNotAllowed
  • MessageRequest is not allowed in provisioningState 'Failed'.

Thank You for your assistance in advance.

Regards

Anwar

Azure Red Hat OpenShift
Azure Red Hat OpenShift
An Azure service that provides a flexible, self-service deployment of fully managed OpenShift clusters.
81 questions
{count} votes

1 answer

Sort by: Most helpful
  1. kobulloc-MSFT 25,731 Reputation points Microsoft Employee
    2023-11-16T19:39:20.9533333+00:00

    Hello, @Anwar Williams !

    Thank you for providing such concise error details. It looks like the Create Deployment failure is the cause of the second failure in List credentials.

    Why am I getting a ResourceDeploymentFailure / The resource write operation failed to complete successfully, because it reached terminal provisioning state 'Failed' error on Create Deployment of my Azure Redhat OpenShift ( ARO) cluster?

    There are a couple reported solutions for this error:

    • Use the az aro create command. Manoj Dhanorkar reported the CLI command worked while the portal produced an error.
    • Disable 'encryptionAtHost' property for both master and worker profiles in bicep. Naveen Battala reported this resolving the issue.

    If this does not resolve your issue, please let us know in the comments so we can continue to troubleshoot this.

    Additional reading:


    I hope this has been helpful! Your feedback is important so please take a moment to accept answers.

    If you still have questions, please let us know what is needed in the comments so the question can be answered. Thank you for helping to improve Microsoft Q&A!

    User's image

    0 comments No comments