-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EKS Managed Node Group with CUSTOM AMI CoreDNS issue #3272
Comments
What's shown is not valid Terraform |
What exactly is not valid Terraform ? I am able to successfully deploy EKS cluster with nodegroups using this code, issue I have is with coredns addon. |
Is not valid |
also, more importantly - what are you trying to do?
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I am trying to deploy EKS with Managed Node Groups that will use Custom AMI. I am also trying to deploy kube-proxy,vpc-cni,coredns via this module. Issue that im experiencing is that coredns is in degraded state and terraform will timeout after 20 minutes.
Warning FailedScheduling 8s (x21 over 3m3s) default-scheduler no nodes available to schedule pods
Versions
Module version [Required]: 20.14.0
Terraform version: v1.6.4
Provider version(s): v5.82.2
Reproduction Code
Steps to reproduce the behavior:
Expected behavior
I Expected that once i will run terraform apply, EKS will be successfully created with Managed Node Group using CUSTOM AMI and all 3 addons will be in active state.
Actual behavior
CoreDNS addon is in degraded state due to : no nodes available to schedule pods - coredns replicas on cluster are in pending state.
Additional context
If i use this and exclude coredns, coredns is nevertheless deployed and deployment works without any issues, however i need to use this addon as i want to add additional configuration values :
similar github issue : #3062 (resolved)
AMI Details:
Architecture: ARM64
OS: Amazon Linux 2023
The text was updated successfully, but these errors were encountered: