-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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-Getting-Started page is outdated #5880
Comments
Please, assign me to the issue. |
Hi @cazorla19 👋 Did you already have something written up? I started this yesterday as part of #5483 and we have an immediate need to release an update today. |
@bflad oh, I've checked your commit and it seems like you're doing the same thing I'd like to! Then this issue doesn't make sense. Sorry for confusion, I'll close it and track your today release then :) |
@cazorla19 no worries! Thanks for your interest in fixing the documentation! 😄 |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Terraform Version
Doesn't matter, it's about the docs
Affected Resource(s)
aws_eks_cluster
and its componentsTerraform Configuration Files
I'm reporting about EKS Getting Started Guide as a documentation component.
What are the problems about:
Community AMI name prefix has been changed from
eks-worker-*
toamazon-eks-node-*
Userdata for get the node joining cluster is totally different. Instead of making script itself you just need to run the built-in-image script. Smth like:
User adjust might not be clear, and time for cluster setup will be mostly wasted. So, I'll personally rewrite infrastructure, leaving this issue mostly for history and PR attachment.
Expected Behavior
EKS cluster is up and running with no need to connect and debug EC2 instances.
Actual Behavior
Terraform couldn't find the latest AMI image and reports an error.
After fixing issue #1: nodes can actually join the cluster, but DNS configuration is hecked up, so the deployments will not properly work on cluster by missing
cluster-dns
settings.Steps to Reproduce
Just go through this guide again from scratch.
Important Factoids
Nothing special for account/resource, issue is common for everybody.
The text was updated successfully, but these errors were encountered: