-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Multi-network interface systems #222
Comments
Should it be the interface, or an abstract network interface type? Are interfaces better represented by "internal, external, fast, private" or by "eth3" which might be different on every minion? Is it reasonable to expect all minions to have the same named interface? |
There's a natural tension between people who want to schedule with some IMO we should encourage the latter and discourage the former, but provide I acknowledge that this note was not helpful in deciding how to do it. :) On Wed, Jun 25, 2014 at 8:12 AM, Clayton Coleman notifications@github.com
|
:) I strongly agree on the "encourage abstraction, allow escape hatch" duality here. Some concrete use cases we've discussed in relation to selecting interfaces
It's also worth distinguishing between the cluster-owner and tenant-user roles - the former has access to make cluster wide decisions and configure minions in very specific ways, the latter only has access to options exposed by the Kubernetes API |
This should be resolved with the new chooseHostInterface |
Prepare housekeeping interval to be dynamic.
fix golink and refactor test
Fix the spelling of monitor in the error message
In the case of a system with multiple network interfaces, how do we decide which interface to listen on? Is there value in letting users tell us directly?
From email to google-containers:
The text was updated successfully, but these errors were encountered: