Skip to content

Commit

Permalink
Merge pull request eksctl-io#1770 from sean-abbott/master
Browse files Browse the repository at this point in the history
Add documentation about alternative ways to delete clusters
  • Loading branch information
martina-if authored Apr 7, 2020
2 parents f1a6130 + 23edd0e commit 08acd8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions site/content/usage/01-creating-and-managing-clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,6 @@ eksctl delete cluster -f cluster.yaml
> stack and won't wait for its deletion.
> In some cases, AWS resources using the cluster or its VPC may cause cluster deletion to fail. To ensure any deletion
> errors are propagated in `eksctl delete cluster`, the `--wait` flag must be used.
> If your delete fails or you forget the wait flag, you may have to go to the CloudFormation GUI and delete the eks stacks from there.
See [`examples/`](https://github.com/weaveworks/eksctl/tree/master/examples) directory for more sample config files.
3 changes: 3 additions & 0 deletions site/content/usage/21-troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ vpc:
us-east-1a: {id: subnet-33333333}
us-east-1b: {id: subnet-44444444}
```

### Deletion issues
If your delete does not work, or you forget to add `--wait` on the delete, you may need to go to use amazon's other tools to delete the cloudformation stacks. This can be accomplished via the gui or with the aws cli.

0 comments on commit 08acd8b

Please sign in to comment.