learn-terraform-provision-eks-cluster
learn-terraform-provision-eks-cluster copied to clipboard
The [related tutorial](https://learn.hashicorp.com/tutorials/terraform/eks) mentions setting up a bastion host: > eks-cluster.tf provisions all the resources (AutoScaling Groups, etc...) required to set up an EKS cluster in the private subnets and...
Hello, I've used this project to lunch EKS cluster in my AWS environment. I see following error in the AWS console: > Your current user or role does not have...
It seems this EKS module implementation does not allow clean destroy. I get the following on `terraform destroy` without modification of the code: ``` Error: error deleting EC2 Subnet (subnet-0cc3d27fc54396aea):...
just aligned the order.
tags will add to all resources includes public_subnet_tags and private_subnet_tags. So, there is no point in writing more in each of them.
The example doesn't work because terraform-aws-modules/eks/aws released v18 version. The new version isn't backwards compatible with v17 and actually requires a bit of rewrite in TF files. I added a...
**Background**: I want to provide administrator access to the cluster to _other_ users besides me (the creator). These _other_ users have a "default" AWS User that assumes an AWS Role...
after following the whole process, and setting up the Kubernetes dashboard: i got this in the notifications: `secrets is forbidden: User "system:serviceaccount:kube-system:service-controller" cannot list resource "secrets" in API group ""...
Hello., With help of this EKS terraform examples, we were able to provision the large scale DEV, STAGING and PRODUCTION AWS EKS environment, however, please add the examples on adding...
While I run "terraform apply", the following error message is shown:  Please note that I was trying to provision the EKS cluster in China region "cn-northwest-1".