Skip to content

Commit

Permalink
add support for aws
Browse files Browse the repository at this point in the history
  • Loading branch information
kelseyhightower committed Sep 11, 2016
1 parent 31725f4 commit 60f4cfe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/10-cleanup.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,14 @@ aws ec2 delete-key-pair --key-name kubernetes

### Networking

Be sure to wait about a minute for all VMs to terminates to avoid the following errors:

```
An error occurred (DependencyViolation) when calling ...
```

Network resources cannot be deleted while VMs hold a reference to them.

#### Load Balancers

```
Expand Down

0 comments on commit 60f4cfe

Please sign in to comment.