Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot terminate node if there is already terminated instance with same name #48

Open
cahva opened this issue Mar 28, 2018 · 0 comments
Labels

Comments

@cahva
Copy link

cahva commented Mar 28, 2018

Hi,

As I am doing testing and scripting with kontena, I am creating and terminating nodes and I like them to have proper names and not those generated ones.

How to reproduce:

  • add a node with a name
  • terminate that node
  • add a node with the same name
  • terminate that node
$ kontena aws node terminate example-1
There are multiple instances with name example-1

When filtering instances from aws, you should get instances which instance state is not terminated.

Workaround for this is to rename the terminated instance to something else before attempting to terminate the node.. Or wait until aws cleans up the terminated instances.

@kke kke added the bug label Mar 28, 2018
@cahva cahva changed the title Cannot terminate node if there are already terminated instance with same name Cannot terminate node if there is already terminated instance with same name Mar 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants