Bug 1861695
Summary: | [GCP] machineset created with default values is failing to create machine | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Milind Yadav <miyadav> |
Component: | Cloud Compute | Assignee: | Alberto <agarcial> |
Cloud Compute sub component: | Other Providers | QA Contact: | Milind Yadav <miyadav> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | low | ||
Priority: | unspecified | ||
Version: | 4.6 | ||
Target Milestone: | --- | ||
Target Release: | 4.6.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-10-27 16:21:20 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Milind Yadav
2020-07-29 10:00:32 UTC
can you please share must gather logs? how does the providerSpec.Disks.Image field for existing machines? Sorry env is cleaned up : here is other info : image: projects/rhcos-cloud/global/images/rhcos-46-82-202007051540-0-gcp-x86-64 [default installation] image: miyadav-p330-5w9gt-rhcos-image [default values when populated] VALIDATED ON : [miyadav@miyadav debug]$ oc get clusterversion --config gckube NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.6.0-0.nightly-2020-08-06-011653 True False 50m Cluster version is 4.6.0-0.nightly-2020-08-06-011653 Steps 1.create machineset using below yaml : https://gist.github.com/miyadav/07a955814bcf59bfb214b3d64f56402f Expected and Actual : Machineset created successfully Machine provisioned successfully and is in running status [miyadav@miyadav debug]$ oc get machines --config gckube NAME PHASE TYPE REGION ZONE AGE default-valued-ms-gcp-lxxnd Running n1-standard-4 us-central1 us-central1-a 6m46s miyadav-b695-7vfnx-master-0 Running n1-standard-4 us-central1 us-central1-a 78m miyadav-b695-7vfnx-master-1 Running n1-standard-4 us-central1 us-central1-b 78m miyadav-b695-7vfnx-master-2 Running n1-standard-4 us-central1 us-central1-c 78m miyadav-b695-7vfnx-worker-a-v8vz4 Running n1-standard-4 us-central1 us-central1-a 65m miyadav-b695-7vfnx-worker-b-kb75q Running n1-standard-4 us-central1 us-central1-b 65m miyadav-b695-7vfnx-worker-c-fqjtk Running n1-standard-4 us-central1 us-central1-c 65m 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.6 GA Images), 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:4196 |