You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create some new modules to deploy eks with karpenter using the terraform-aws-eks external module. The issue is that I get an error saying the cluster is unreachable. I've tried many things but I don't know what is causing this exaclty.
The config map is properly configured to allow the role I'm assuming to connect to the cluster (I'm running my terraform apply in github actions).
I do two different applies, one first for the eks_base and then I add the providers and all the eks_tooling bits to deploy karpenter and other charts as the metric server and the aws load balancer controler (although now I'm just trying to deploy helm to keep it simple)
I'm have no idea why the cluster is not reachable and I've tried so many things, using the data blocks, using the exec plugging and so on.
Thank you for your time if you see this : ) (also let me know If I missed any other part of the configuration that might be relevant to solve this)
The text was updated successfully, but these errors were encountered:
If you prefer, you can also ask your question in the Kubernetes community Slack channel #terraform-providers. (Sign up here)
Terraform version, Kubernetes provider version and Kubernetes version
Terraform configuration
Question
I'm trying to create some new modules to deploy eks with karpenter using the terraform-aws-eks external module. The issue is that I get an error saying the cluster is unreachable. I've tried many things but I don't know what is causing this exaclty.
The config map is properly configured to allow the role I'm assuming to connect to the cluster (I'm running my terraform apply in github actions).
I do two different applies, one first for the eks_base and then I add the providers and all the eks_tooling bits to deploy karpenter and other charts as the metric server and the aws load balancer controler (although now I'm just trying to deploy helm to keep it simple)
I'm have no idea why the cluster is not reachable and I've tried so many things, using the data blocks, using the exec plugging and so on.
Thank you for your time if you see this : ) (also let me know If I missed any other part of the configuration that might be relevant to solve this)
The text was updated successfully, but these errors were encountered: