-
-
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
node_groups never create successfully #1628
Comments
Are the instances created? Maybe you can SSH and do "sudo journalctl -f | grep cloud-init" and see why they can't join. If the instances are not created at all, cloudtrail may help |
The instances are created. I'll see if I can ssh into them. |
you are using private endpoint and |
|
Yep I had to do that because of #1280
|
umm looking at the cloud-config log because that unit failed:
Is internet access a requirement for workers in EKS? Not a problem to add a route to the internet gateway in these subnets but I wasn't aware it was required. |
It looks so, if you want to not give internet access then probably must prepare own AMI and follow with own launch_configuration. You can take a look into this example |
I can confirm that internet access was the issue. Thanks a lot for your help. |
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
node_groups never create successfully. Presumably this is a problem with communication between the workers and the control plane.
Versions
Reproduction
terraform apply
Code Snippet to Reproduce
Expected behavior
Applies successfully
Actual behavior
Times out an enters a failed state
Terminal Output Screenshot(s)
Additional context
The text was updated successfully, but these errors were encountered: