You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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:
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.
The text was updated successfully, but these errors were encountered: