README modificaitons

This commit is contained in:
Edward Viaene
2018-06-25 20:34:32 +00:00
parent 9e4796f24f
commit 0ade7786cd
+7
View File
@@ -25,6 +25,7 @@ Make changes in providers.tf accordingly (region, optionally profile)
## Terraform apply ## Terraform apply
``` ```
terrafomr init
terraform apply terraform apply
``` ```
@@ -43,3 +44,9 @@ kubectl apply -f config-map-aws-auth.yaml
``` ```
kubectl get nodes kubectl get nodes
``` ```
## Destroy
Make sure all the resources created by Kubernetes are removed (LoadBalancers, Security groups), and issue:
```
terraform destroy
```