Bug 1941105 - AWS: status.InstanceExists wrong
Summary: AWS: status.InstanceExists wrong
Keywords:
Status: CLOSED DUPLICATE of bug 1910318
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Cloud Compute
Version: 4.8
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Joel Speed
QA Contact: sunzhaohua
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-03-20 00:40 UTC by Michael Gugino
Modified: 2021-03-22 10:18 UTC (History)
0 users

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-03-22 10:18:22 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Michael Gugino 2021-03-20 00:40:57 UTC
https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/openshift_cluster-machine-approver/108/pull-ci-openshift-cluster-machine-approver-master-e2e-aws-operator/1373039241851834368

 "name": "ci-op-vg2vg23i-efb8d-n6wms77dtn-wvzgs",

        "conditions": [
            {
                "lastTransitionTime": "2021-03-19T23:44:37Z",
                "message": "Instance has not been created",
                "reason": "InstanceNotCreated",
                "severity": "Warning",
                "status": "False",
                "type": "InstanceExists"
            }
        ],
        "lastUpdated": "2021-03-19T23:45:29Z",
        "phase": "Provisioned",
        "providerStatus": {
            "conditions": [
                {
                    "lastProbeTime": "2021-03-19T23:44:38Z",
                    "lastTransitionTime": "2021-03-19T23:44:38Z",
                    "message": "Machine successfully created",
                    "reason": "MachineCreationSucceeded",
                    "status": "True",
                    "type": "MachineCreation"
                }
            ],
            "instanceId": "i-03e880022889fd6ff",
            "instanceState": "running"
        }

Comment 1 Joel Speed 2021-03-22 10:18:22 UTC
I actually found this myself last week and raised a fix already and attached it to the original bug.
Since the original bug hasn't been verified yet, I'll use that to track it.

This is fixed by https://github.com/openshift/machine-api-operator/pull/829

*** This bug has been marked as a duplicate of bug 1910318 ***


Note You need to log in before you can comment on or make changes to this bug.