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
Please let me know if anything else is needed of me! I searched all issues, open and closed, and didn't find anything close to this so hopefully I didn't miss anything obvious.
I am creating a new EKS cluster in a new VPC. The VPC, subnetworks, and cluster are created successfully but the node group creation fails with the errors below:
First error
Error: Post "http://localhost/api/v1/namespaces/kube-system/configmaps": dial tcp [::1]:80: connectex: No connection could be made because the target machine actively refused it.
with module.eks.kubernetes_config_map.aws_auth[0],
on .terraform\modules\eks\aws_auth.tf line 63, in resource "kubernetes_config_map" "aws_auth":
63: resource "kubernetes_config_map" "aws_auth" {
Second error
Error: error waiting for EKS Node Group (asdf-prod:asdf-20211222184844101800000011) to create: unexpected state 'CREATE_FAILED', wanted target 'ACTIVE'. last error: 1 error occurred:
* : Ec2LaunchTemplateInvalidConfiguration: User data was not a TOML format that could be processed.
with module.eks.module.node_groups.aws_eks_node_group.workers["asdf"],
on .terraform\modules\eks\modules\node_groups\main.tf line 1, in resource "aws_eks_node_group" "workers":
1: resource "aws_eks_node_group" "workers" {
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
Please let me know if anything else is needed of me! I searched all issues, open and closed, and didn't find anything close to this so hopefully I didn't miss anything obvious.
I am creating a new EKS cluster in a new VPC. The VPC, subnetworks, and cluster are created successfully but the node group creation fails with the errors below:
First error
Second error
Versions
provider registry.terraform.io/hashicorp/aws v3.69.0
provider registry.terraform.io/hashicorp/cloudinit v2.2.0
provider registry.terraform.io/hashicorp/kubernetes v2.7.1
provider registry.terraform.io/hashicorp/local v2.1.0
provider registry.terraform.io/terraform-aws-modules/http v2.4.1
EKS 17.24.0
Reproduction
Steps to reproduce the behavior:
I am not using workspaces, I have cleared the local cache.
I run
terraform apply
and wait, My config is below.Code Snippet to Reproduce
Expected behavior
The cluster and node group are created and ready for workloads to be run.
Actual behavior
The cluster is created but the node group fails to create.
Terminal Output Screenshot(s)
Additional context
I'm running this on Windows locally and can pivot to a Linux based machine if that'll help.
The text was updated successfully, but these errors were encountered: