-
-
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
private vpc nodes not visible #522
Comments
@max-rocket-internet kindly have a look at this issue |
this is the log from one of the node in private subnet:
|
Without knowing how you're configuring your VPC or calling this module, I'm going to go with the usual suspects:
Fix: either add a NAT gateway/instance and allow the nodes to access the internet or enable the private endpoint via the |
The node cannot connect to the AWS API. Check internet or VPC settings. |
thank you @max-rocket-internet and @dpiddockcmp for quick response, vpc is configured properly. When nodes are deployed on the public subnet they are accessible but on the private subnet, nodes are not accessible. @max-rocket-internet yes it would be good that a FAQ is written for this issue |
We're just guessing in the dark here. Please include your VPC and EKS module configs. Another guess: do you have VPC DNS enabled? This is required for the private endpoint to work. Set |
@dpiddockcmp the VPC is managed by someone else so I can't provide information about the VPC and thank you for the FAQ. Closing this issue. |
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. |
I have issues
When deploy an eks cluster using the existing public vpc everything works fine. But when I try to use the private vpc everything gets deployed but when I try to get nodes of eks cluster is get
no resources found
error, when i get pods of the cluster i found that thekube-dns
pods are in the pending state.Is there some kind of permission issue or configuration issue?
I'm submitting a...
What is the current behaviour?
If this is a bug, how to reproduce? Please include a code sample if relevant.
Deploy the eks cluster on the private vpc.
What's the expected behaviour?
I should be able to get the nodes deployed on private subnet
Are you able to fix this problem and submit a PR? Link here if you have already.
No idea.
Environment details
Any other relevant info
The text was updated successfully, but these errors were encountered: