From 60f4cfe453f8aacdb1474be48c3f488e15f8cb69 Mon Sep 17 00:00:00 2001 From: Kelsey Hightower Date: Sun, 11 Sep 2016 05:30:55 -0700 Subject: [PATCH] add support for aws --- docs/10-cleanup.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/10-cleanup.md b/docs/10-cleanup.md index aa9d50ee2..f0bc11b7b 100644 --- a/docs/10-cleanup.md +++ b/docs/10-cleanup.md @@ -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 ```