minikube/pkg
Balint Pato a681603daa
Fix `minikube tunnel` for hyperkit (#3349)
This change is a bit of a hack to make IP routing work over the virtio-net interface - it forces the virtio-net interface (bridge100) created by hyperkit/xhyve to reset via removing and readding the single member of the interface. Without this "reset" packets are just simply lost most of the time, despite a completely healthy IP route.

This error was also the reason for a large percentage of our integration test failures. While reducing the flakiness of tunnel related tests I also increased the timeout requirement and adding retries to the nginx request in TestTunnel.
2018-11-21 13:39:48 -08:00
..
drivers Fix dangling format issues. 2018-09-28 16:48:37 -07:00
minikube Fix `minikube tunnel` for hyperkit (#3349) 2018-11-21 13:39:48 -08:00
provision Fix `minikube tunnel` for hyperkit (#3349) 2018-11-21 13:39:48 -08:00
storage Manual changes to remove localkube. 2018-07-24 12:36:42 -07:00
util fix logging calls (#3315) 2018-11-13 13:53:50 -08:00
version remove all localkube references from code, change /var/lib/localkube to /var/lib/minikube 2018-07-24 12:36:42 -07:00