minikube/hack
Balint Pato ae9f4b20c7
minikube tunnel (#3015)
This commit introduces a new command, `minikube tunnel`, a LoadBalancer emulator functionality, that must be run with root permissions.

This command:

* Establishes networking routes from the host into the VM for all IP ranges used by Kubernetes.
* Enables a cluster controller that allocates IPs to services external `LoadBalancer` IPs.
* Cleans up routes and IPs when stopped (Ctrl+C), when `minikube` stops, and when `minikube tunnel` is ran with the `--cleanup` flag
2018-10-18 11:01:47 -07:00
..
boilerplate small fixes to boilerplate and integration test scripts (#3212) 2018-10-17 14:22:26 -07:00
jenkins minikube tunnel (#3015) 2018-10-18 11:01:47 -07:00
release_notes Replace += 1 with ++ 2018-10-04 14:32:44 -07:00
cover.sh Add a script to generate coverage results. 2016-07-14 10:43:42 -07:00
gen_help_text.go Move gen_helptext out of top level 2017-05-03 15:30:27 -07:00
get_k8s_version.py Allow to override build date with SOURCE_DATE_EPOCH 2018-07-24 14:22:30 -07:00
release_notes.sh Add space instead of empty comment to make boilerplate check happy. 2018-10-04 15:56:55 -07:00