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

cluster with nodes in the different subnets it is possible? #28

Open
Jevin23 opened this issue Dec 3, 2016 · 1 comment
Open

cluster with nodes in the different subnets it is possible? #28

Jevin23 opened this issue Dec 3, 2016 · 1 comment

Comments

@Jevin23
Copy link

Jevin23 commented Dec 3, 2016

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 ?

@wankdanker
Copy link
Owner

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']
});

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