Skip to content

pkg/destroy/aws: Destroy all instances not terminated#1403

Merged
openshift-merge-robot merged 1 commit intoopenshift:masterfrom
eparis:destroy-stopped
Mar 12, 2019
Merged

pkg/destroy/aws: Destroy all instances not terminated#1403
openshift-merge-robot merged 1 commit intoopenshift:masterfrom
eparis:destroy-stopped

Conversation

@eparis
Copy link
Member

@eparis eparis commented Mar 12, 2019

Today the code only deletes running and pending instances. Not stopped,
stopping, or shutting down. Those still cause dependency problem and
should be cleaned up just like termineted. Instead of writing out
the full list (and having to keep it up to date) instead I just skip
termineted instances in code instead of tryin to filter during the API
call.

Today the code only deletes running and pending instances. Not stopped,
stopping, or shutting down. Those still cause dependency problem and
should be cleaned up just like termineted. Instead of writing out
the full list (and having to keep it up to date) instead I just skip
termineted instances in code instead of tryin to filter during the API
call.
@openshift-ci-robot openshift-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Mar 12, 2019
@abhinavdahiya
Copy link
Contributor

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Mar 12, 2019
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: abhinavdahiya, eparis

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 12, 2019
@openshift-merge-robot openshift-merge-robot merged commit 710f9d3 into openshift:master Mar 12, 2019
@eparis eparis deleted the destroy-stopped branch March 15, 2019 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants