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

Helm Chart NODE_IP should be optionally configurable. #293

Open
rsavage-nozominetworks opened this issue Dec 12, 2023 · 3 comments
Open
Labels
enhancement New feature or request

Comments

@rsavage-nozominetworks
Copy link

I am seeing an issue in AWS EKS where worker nodes are unable to connect to port 30020 of the NODE_IP. By manually patching the daemonset and setting the NODE_IP to 127.0.0.1 this allows Spegel mirroring to work. This issue is being raised to have the NODE_IP optionally configured if needed.

EKS Version: 1.28
Spegel version: v0.0.16

@phillebaba
Copy link
Member

Sorry about the regression issues. Its difficult getting things right as CNIs seem to partially implement standards and cloud providers slightly differ. What is the error that you are specifically seeing when staring Spegel?

@phillebaba phillebaba added the enhancement New feature or request label Jan 4, 2024
@rsavage-nozominetworks
Copy link
Author

BTW I created a PR for this fix already here.

Hi there, the error:

Dec 29 00:27:49 eks-node-1 containerd[2413588]: time="2023-12-29T00:28:49.669982205Z" level=info msg="trying next host" error="failed to do request: Head \"http://127.0.0.1:30021/REDACTED/REDACTED/REDACTED/REDACTED/manifests/ed7e4e82?ns=ghcr.io\": dial tcp 127.0.0.1:30021: i/o timeout" host="127.0.0.1:30021"

@Giaco9
Copy link

Giaco9 commented May 21, 2024

Hi @phillebaba 👋, considering @rsavage-nozominetworks already opened a pull request to allow to optionally assign NODE_IP, do you think we could merge it? We are interested in that feature as well.

Thank you!

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

No branches or pull requests

3 participants