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
i think manually add ip-adresses of nodes from rancher-metadata (some service with node-list)
for example ip is dunamic and can be 10.42.185.29, 10.42.2.232, 10.42.69.231 ..
how i can add this nodes to cluster or make right broadcast ?
The text was updated successfully, but these errors were encountered:
You can specify specific addresses with the unicast option, but that really disables the automatic discovery without extra event handling.
const Discover = require('node-discover'); const d = new Discover({ unicast : ['10.42.185.29','10.42.2.232','10.42.69.231'] });
Sorry, something went wrong.
No branches or pull requests
i think manually add ip-adresses of nodes from rancher-metadata (some service with node-list)
for example ip is dunamic and can be 10.42.185.29, 10.42.2.232, 10.42.69.231 ..
how i can add this nodes to cluster or make right broadcast ?
The text was updated successfully, but these errors were encountered: