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

Make init-env container optional #1

Open
veaceslavdoina opened this issue Sep 24, 2024 · 0 comments
Open

Make init-env container optional #1

veaceslavdoina opened this issue Sep 24, 2024 · 0 comments
Assignees

Comments

@veaceslavdoina
Copy link
Contributor

Now, we use init-env container as way to pass Kubernetes worker node Public IP to Codex.

That works well, but not required all the time. And now we enable it by default is some cases

# Enable init Env container - enabled automatically when replica.count > 1 and service.type.nodeport

We should add a way to disable it.

And to be mentioned - we have at least 2 additional ways to pass node Public IP using environment variables

# IP lookup service
NAT_PUBLIC_IP_AUTO: https://ip.codex.storage

# Static
CODEX_NAT: x.x.x.x
@veaceslavdoina veaceslavdoina self-assigned this Sep 24, 2024
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

1 participant