VALIDATED ON - 4.5.0-0.nightly-2020-08-20-051434 Steps: 1. Do an cluster install on GCP using upi-on-gcp/versioned-installer-xpn profile [choose - disable_worker_machineset: "no"] 2. Update machineset with below for network and projectID values based on your env. . . networkInterfaces: - network: aos-qe-network projectID: openshift-qe-shared-vpc subnetwork: aos-qe-master-subnet projectID: openshift-qe . . [you can get these values from the machines in gcp console after installation] 3.Add "Compute Network User" role to service account miyadav-751--openshift-m-fpzdb.gserviceaccount.com on the GCP host project mentioned in the template during installation - #host_project: "openshift-qe-shared-vpc" get the service account name using - oc get credentialsrequests -n openshift-cloud-credential-operator openshift-machine-api-gcp -o json | jq -r '.status.providerStatus.serviceAccountID' 4.Scale the edited machineset new machines will be provisioned successfully and nodes are in ready state . oc get machines -o wide . . miyadav-751-r6xv7-worker-n-cmrwk Running n1-standard-4 us-central1 us-central1-f 4m36s miyadav-751-r6xv7-worker-n-cmrwk.c.openshift-qe.internal gce://openshift-qe/us-central1-f/miyadav-751-r6xv7-worker-n-cmrwk RUNNING Expected - Machines should be provisioned successfully . Additional Info: Moved to VERIFIED
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (OpenShift Container Platform 4.5.8 bug fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:3510