Bug 1713105
| Summary: | Missing node prevents machine from being delete | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Michael Gugino <mgugino> |
| Component: | Cloud Compute | Assignee: | Michael Gugino <mgugino> |
| Status: | CLOSED ERRATA | QA Contact: | Jianwei Hou <jhou> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.2.0 | CC: | agarcial, ejacobs, jhou, mgugino, zhsun |
| Target Milestone: | --- | ||
| Target Release: | 4.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1713061 | Environment: | |
| Last Closed: | 2019-10-16 06:29:21 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1713061 | ||
|
Description
Michael Gugino
2019-05-22 21:40:49 UTC
Patch created against openshift/cluster-api 4.2 branch: https://github.com/openshift/cluster-api/pull/43 Verified.
$ oc get clusterversion
NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
version 4.2.0-0.nightly-2019-06-24-160709 True False 16m Cluster version is 4.2.0-0.nightly-2019-06-24-160709
$ oc delete node ip-10-0-129-227.us-west-2.compute.internal
node "ip-10-0-129-227.us-west-2.compute.internal" deleted
$ oc get machine zhsun2-2rhzr-worker-us-west-2a-4czd4 -o yaml
status:
addresses:
- address: 10.0.129.227
type: InternalIP
- address: ""
type: ExternalDNS
- address: ip-10-0-129-227.us-west-2.compute.internal
type: InternalDNS
lastUpdated: "2019-06-25T06:00:15Z"
nodeRef:
kind: Node
name: ip-10-0-129-227.us-west-2.compute.internal
uid: 61d697a9-970e-11e9-9bdd-06fb8941e6f0
providerStatus:
apiVersion: awsproviderconfig.openshift.io/v1beta1
conditions:
- lastProbeTime: "2019-06-25T05:54:34Z"
lastTransitionTime: "2019-06-25T05:54:34Z"
message: machine successfully created
reason: MachineCreationSucceeded
status: "True"
type: MachineCreation
instanceId: i-02479ec98a9e04896
instanceState: running
kind: AWSMachineProviderStatus
$ oc delete machine zhsun2-2rhzr-worker-us-west-2a-4czd4
machine.machine.openshift.io "zhsun2-2rhzr-worker-us-west-2a-4czd4" deleted
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, 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-2019:2922 |