So, I am trying to setup an EKS cluster using Terraform EKS Module.
Everything is good, until I try to set the cluster_endpoint_public_access
to false
. I can no more access the cluster with my kubeconfig and I can no more applying terraform changes to the cluster with an error "CLUSTER UNREACHABLE".
Is there a solution for this? I forgot maybe something?
It's not possible to set cluster_endpoint_public_access_cidrs
because it will be so many ips (team members, the Gitlab CI, etc)
Thank you