Skip to content
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 #2

Open
leoenes opened this issue Jan 12, 2023 · 2 comments
Open

EKS #2

leoenes opened this issue Jan 12, 2023 · 2 comments

Comments

@leoenes
Copy link

leoenes commented Jan 12, 2023

Good afternoon! I'm using EKS to deploy mainnet, and I'm receiving the error: failed to download proof link: [Error : 651 : no nodes] . My guess is that is related to the tip about externalIP you gave. Could you help to understand in which service should I change the externalIP (and to which IP are we talking about)?

PS: I created NLB with a elasticIP for the udp service.

@tvorogme
Copy link
Contributor

The externalp is little outdated, sorry. We're using kuberntes ports which are exposed by default, called nodePort: docs in k8s, ports in values

If you want to get more information from logs - you can change log level in values here

@leoenes
Copy link
Author

leoenes commented Jan 13, 2023

Thanks for the quick answer! I tried here if node port and the same issue again. Maybe is something related to network... I can run successfully outside EKS but not inside a worker node.

Maybe, because my worker node doesn't have publicIP?
I'm using NAT, because my worker are in the private subnet, and the ip passed to the validator-engine is from this NAT, so it's not from the EC2.

I have opened also the UDP port in my security group (I'm using de 30003 - yaml default).

Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants