From 0ade7786cd711ac5112f397b83ac58d26ed34f4c Mon Sep 17 00:00:00 2001 From: Edward Viaene Date: Mon, 25 Jun 2018 20:34:32 +0000 Subject: [PATCH] README modificaitons --- eks-demo/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/eks-demo/README.md b/eks-demo/README.md index e570bea..b4721d8 100644 --- a/eks-demo/README.md +++ b/eks-demo/README.md @@ -25,6 +25,7 @@ Make changes in providers.tf accordingly (region, optionally profile) ## Terraform apply ``` +terrafomr init terraform apply ``` @@ -43,3 +44,9 @@ kubectl apply -f config-map-aws-auth.yaml ``` kubectl get nodes ``` + +## Destroy +Make sure all the resources created by Kubernetes are removed (LoadBalancers, Security groups), and issue: +``` +terraform destroy +```