Commit Graph

5 Commits (0a63afb60cc3967650701b8b3e37833c2e0952b6)

Author SHA1 Message Date
Thomas Stromberg 755995207e Point old documents to their new Hugo location 2019-08-12 14:30:40 -07:00
Stuart P. Bentley 8298316269
Update link to Steve Sloka's article 2019-07-28 14:56:26 -07:00
Anders F Björklund 8e6dbf8053 Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
Nguyen Hai Truong 5d3265f2d2 Trivial fix: Correct some spelling errors
Small modification to correct spelling mistake.
2018-11-13 09:43:12 -06:00
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