First FAQ draft (#526)

* First FAQ draft

* Add aws-auth configmap failure

* Mention ASG auto recreation
This commit is contained in:
Daniel Piddock
2019-09-26 13:43:00 +02:00
committed by Max Williams
parent 07c61b6e26
commit 27e6e3d7a9
3 changed files with 100 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ module "my-cluster" {
* [Enable Docker Bridge Network](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/enable-docker-bridge-network.md): How to enable the docker bridge network when using the EKS-optimized AMI, which disables it by default.
* [Spot instances](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/spot-instances.md): How to use spot instances with this module.
* [IAM Permissions](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/iam-permissions.md): Minimum IAM permissions needed to setup EKS Cluster.
* [FAQ](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/faq.md): Frequently Asked Questions
## Testing