mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-18 15:33:46 +01:00
add doc for iam permission (#511)
* add doc for minimum iam permission Signed-off-by: kahootali <kahoot.ali@gmail.com> * refer iam doc in readme Signed-off-by: kahootali <kahoot.ali@gmail.com> * remove iam permissions from examples * set alphabetically the iam permissons
This commit is contained in:
@@ -51,6 +51,7 @@ module "my-cluster" {
|
||||
* [Autoscaling](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/autoscaling.md): How to enable worker node autoscaling.
|
||||
* [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.
|
||||
|
||||
## Release schedule
|
||||
|
||||
|
||||
Reference in New Issue
Block a user