-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Create EKS Fully-Private cluster with bottlerocket #3719
Comments
I found an existing issue [EKS] [request]: VPC endpoint support for EKS API #2984 . Not sure if they are related. Does bottlerocket need to run |
@cPu1 Thanks for checking this issue. It's great to hear that ! |
I believe it's caused by It seems that I was able to accomplish the connection with the following:
But it's not the universal solution since the IP might differ. |
What were you trying to accomplish?
I would like to create a EKS Fully-Private cluster with bottlerocket using eksctl. However, it seems the bottlerocket worker nodes are not able to join the cluster.
What happened?
I can see the error message
Error: timed out (after 25m0s) waiting for at least 2 nodes to join the cluster and become ready in "self"
after the worker node stack been created :How to reproduce it?
privateCluster
section:Versions
May I know if it is the expected behavior ?
I can create the EKS cluster and worker node successfully without adding
privateCluster
.The text was updated successfully, but these errors were encountered: