add support for aws

pull/48/merge
Kelsey Hightower 2016-09-11 05:30:55 -07:00
parent 31725f4e5d
commit 60f4cfe453
1 changed files with 8 additions and 0 deletions

View File

@ -105,6 +105,14 @@ aws ec2 delete-key-pair --key-name kubernetes
### Networking ### 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 #### Load Balancers
``` ```