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

Get rid of userspace proxying #330

Merged
merged 1 commit into from
Jul 20, 2017
Merged

Get rid of userspace proxying #330

merged 1 commit into from
Jul 20, 2017

Conversation

rmohr
Copy link
Member

@rmohr rmohr commented Jul 20, 2017

Determine the master IP via ssh over eth1. This allows nodes to find out
the IP of eth0 of the master.

Background is, that DNS probes from nodes to resolve the master IP, in some libvirt/vagrant combinations point to wrong IPs. Therefore, use the well known IP of eth1, to connect to the master, and get the IP of eth0 from the master directly. This allows kubeadm on the node, to use the right IP to connect to the master. If we don't do that, we have to mess around with Kubernetes and the netork providers, to use eth1, which is error prone, and some people are still seeing deployment issues.

@rmohr
Copy link
Member Author

rmohr commented Jul 20, 2017

Another attempt to solve #43 for everyone.

Determine the master IP via ssh over eth1. This allows nodes to find out
the IP of eth0 of the master.

Signed-off-by: Roman Mohr <rmohr@redhat.com>
@rmohr
Copy link
Member Author

rmohr commented Jul 20, 2017

Deployment and functional tests work for me.

@rmohr
Copy link
Member Author

rmohr commented Jul 20, 2017

We also have a confirmation from @cynepco3hahue that this fixes his setup.

@rmohr rmohr merged commit 11fa69e into kubevirt:master Jul 20, 2017
mzzgaopeng pushed a commit to mzzgaopeng/kubevirt that referenced this pull request Mar 8, 2021
Expand description of goroutine+netns problems
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

Successfully merging this pull request may close these issues.

None yet

2 participants