From 9fadb61349e0d94cc17b30db39b65fb2732f77a0 Mon Sep 17 00:00:00 2001 From: Trapier Marshall Date: Thu, 22 Feb 2018 09:59:24 -0500 Subject: [PATCH 1/2] d4aws: stack removal does not remove buckets or volumes Signed-off-by: Trapier Marshall --- docker-for-aws/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docker-for-aws/index.md b/docker-for-aws/index.md index e388c2152e..ffc3cc8ba9 100644 --- a/docker-for-aws/index.md +++ b/docker-for-aws/index.md @@ -252,3 +252,8 @@ Console](https://aws.amazon.com/){: target="_blank" class="_"}, navigate to the Docker stack you want to remove. ![uninstall](img/aws-delete-stack.png) + +Stack removal does not remove EBS and EFS volumes created by the cloudstor +volume plugin or the S3 bucket associated with DTR. Those resources need to be +removed manually. See the [cloudstor](/docker-for-aws/persistent-data-volumes/#list-or-remove-volumes-created-by-cloudstor) +docs for instructions on removing volumes. From bd68805efcc59850851aa551af67c3645d79628f Mon Sep 17 00:00:00 2001 From: Gwendolynne Barr <31074572+gbarr01@users.noreply.github.com> Date: Thu, 10 May 2018 09:43:29 -0700 Subject: [PATCH 2/2] Tweak --- docker-for-aws/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-for-aws/index.md b/docker-for-aws/index.md index ffc3cc8ba9..93e8a1d0b6 100644 --- a/docker-for-aws/index.md +++ b/docker-for-aws/index.md @@ -254,6 +254,6 @@ the Docker stack you want to remove. ![uninstall](img/aws-delete-stack.png) Stack removal does not remove EBS and EFS volumes created by the cloudstor -volume plugin or the S3 bucket associated with DTR. Those resources need to be -removed manually. See the [cloudstor](/docker-for-aws/persistent-data-volumes/#list-or-remove-volumes-created-by-cloudstor) +volume plugin or the S3 bucket associated with DTR. Those resources must be +removed manually. See the [cloudstor](/docker-for-aws/persistent-data-volumes/#list-or-remove-volumes-created-by-cloudstor) docs for instructions on removing volumes.