Closed jauyzed closed 1 year ago
This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 10 days
This issue was automatically closed because of stale in 10 days
@bryantbiggs Was there a solution for this issue as it was closed? I'm on the latest version
it was closed automatically due to inactivity. Please see our examples provided
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.
Hello,
I'm using a modified version self managed worker nodes example shown below in main.tf, the terraform apply indeed says it will apply the iam role and policy defined below but somehow fails to apply because the IAM role is not created/attached and vpc-cni, coredns addons never gets applied.
All other resources comes up normally: EKS, worker_nodes etc. It takes 40 mins to create a cluster all together in our proxy enviroment.
Terraform plan/apply shows it will be created but the vpc-cni, coredns pods never come up successfully. It might help, if there is a way to set the depends_on for cluster addons. I don't know for sure if it could be a different issue.
$ terraform apply (snippet)
I was able to provision the custom IAM role but soon after I set these, its failing.
Here is the main.tf
version.tf
Thanks!