how to remove deployed infrastructure from a failed deployment? #1590
-
We tried to deploy nebari using the guided init and the
I was trying to deploy with the GITHUB_USER @rsignell-usgs, but the Oauth client_id and client_secret were created by @jkellndorfer. I thought I would create my own client_id, client_secret and then rerun the init. I then thought I would first destroy the existing infrastructure that got deployed. But when I tried I then tried to delete the EKS cluster from the console, but it mentioned there were node groups that needed to be deleted first. What to do now? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Thanks for the updates @rsignell-usgs, its really a unique situation. I am not sure what caused the Keycloak to fail middle deployment... Regarding the error with |
Beta Was this translation helpful? Give feedback.
-
I am also presenting the Console steps to destroy the K8s cluster and resources, for future ref. In the
|
Beta Was this translation helpful? Give feedback.
Armed with this, I tried to delete the internet gateway, but it said it was in use. I then discovered I needed to search for load balancers and find the one associated with the esipfed-maple-dev VPC. Once that was deleted, I was able to detach and delete the internet gateway. Then delete the VPC. Phew!