Skip to content

Commit

Permalink
Kubernetes on AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
angudadevops authored Apr 30, 2020
1 parent e9746e1 commit 0ad75da
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,14 @@ cd terrform
terraform destroy -auto-approve
```

### Troubleshooting

If you see any error with terraform apply, it could be issue with values from varaiables.tf like ami id. Please update and try to re run. To enable Terraform trace logs, please run below command before running k8scluster.sh
```
export TF_LOG=TRACE
```

To disable logs, run below command
```
export TF_LOG=
```

0 comments on commit 0ad75da

Please sign in to comment.