We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now, we use init-env container as way to pass Kubernetes worker node Public IP to Codex.
init-env
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
The text was updated successfully, but these errors were encountered:
veaceslavdoina
No branches or pull requests
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
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
The text was updated successfully, but these errors were encountered: