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

AWS: Document manual steps for ASG/EC2 deletion #851

Closed
maniappan opened this issue Jun 28, 2019 · 11 comments · Fixed by #1661
Closed

AWS: Document manual steps for ASG/EC2 deletion #851

maniappan opened this issue Jun 28, 2019 · 11 comments · Fixed by #1661
Labels
area/docs doc-sprint Issues to work on during the Kubeflow Doc Sprint kind/question platform/aws priority/p2

Comments

@maniappan
Copy link

Kubeflow on AWS: After deleting EKS cluster and removing the EKS cluster in the AWS, the instances are still getting created, how do we stop the same?

@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label community/question to this issue, with a confidence of 0.63. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@sarahmaddox
Copy link
Contributor

/cc @Jeffwan

@Jeffwan
Copy link
Member

Jeffwan commented Jul 10, 2019

@maniappan Could you provide more details? Do you mean the existing instances? Or worker nodes? Have you deleted worker node group before you remove EKS cluster?

@Jeffwan
Copy link
Member

Jeffwan commented Jul 10, 2019

Sorry for late response. I just come back from vacation.

@maniappan
Copy link
Author

maniappan commented Jul 10, 2019 via email

@Jeffwan
Copy link
Member

Jeffwan commented Jul 10, 2019

removed the worker nodes

How do you remove the nodes? from EC2? for Cloud Formation?

were constantly spun up

Sounds like the instances are still controlled by ASG? Have you deleted ASG?

@maniappan
Copy link
Author

maniappan commented Jul 10, 2019 via email

@Jeffwan
Copy link
Member

Jeffwan commented Jul 11, 2019

Deleted ec2, eks clusters and asg. Asg deletion was not happening due some circular dependendency

Eksctl will delete worker node group cloud formation template first and then eks cluster cloud formation. EC2 instances will be delete along with ASG deletion.

If you delete ec2 separately, new instance will be created because ASG has to maintain at desired count.

@maniappan
Copy link
Author

maniappan commented Jul 11, 2019 via email

@Jeffwan
Copy link
Member

Jeffwan commented Jul 12, 2019

Thanks, will it be possible to have the manual steps documented?.

I will wrote more docs in 0.6 release. AWS still have some changes in pending for 0.6

@sarahmaddox sarahmaddox added the doc-sprint Issues to work on during the Kubeflow Doc Sprint label Jan 2, 2020
@sarahmaddox sarahmaddox changed the title EC2 instances getting created even after deleting the EKS cluster. AWS: Document manual steps for ASG/EC2 deletion Jan 2, 2020
@jtfogarty
Copy link

/area docs
/priority p2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs doc-sprint Issues to work on during the Kubeflow Doc Sprint kind/question platform/aws priority/p2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants