Uploaded image for project: 'OpenShift Installer'
  1. OpenShift Installer
  2. CORS-3586

GCP destroy not completing without intervention

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • 4.16.0
    • Installer Core
    • None
    • False
    • None
    • False

      When the customer tried to Destroy the OpenShift cluster on GCP on 4.16, the customer had to manually delete a resource to complete the uninstall process.

      The uninstall was hung until the below command was run.
      ```
      gcloud compute backend-services list \
      --project "${CLUSTER_PROJECT_ID}" \
      --uri | \
      xargs -I {} --no-run-if-empty gcloud compute backend-services delete {} \
      --project "${CLUSTER_PROJECT_ID}"
      ```

              rh-ee-bbarbach Brent Barbachem
              rhn-support-asironiy Arpit Sironiya
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: