Commit Graph

10 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
Anders F Björklund eededa6fdd Make markdownlint happy about whitespace
Use "make mdlint" to check current status
2019-06-22 19:04:43 +02:00
Thomas Strömberg 25b4555d90
Mention NodePort ranges 2019-05-29 11:39:48 -07:00
Thomas Strömberg 2d85a7ffbc
Mention outgoing packets 2019-05-22 16:24:53 -07:00
Thomas Strömberg 155212c637
Document firewall info. 2019-05-22 14:59:46 -07:00
Anders F Björklund 8e6dbf8053 Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01: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
Alina Mackenzie aadeb9656b Fix jsonpath syntax to use lowercase nodePort
Documentation fix.

Resolves #2559
2018-02-27 10:21:28 -08:00
William Martin Stewart 2124671df1 Add minikube service example to networking doc 2017-12-12 08:36:48 -08:00
Matt Rickard 971b72d0bc Refactor docs
Summary of changes (#1364)

* README.md split up into specific tutorials in ./docs
* brew as preferred installation on macOS
* installation guide on README
* minikube iso changelog merged with minikube changelog
* developer guides moved to ./docs/contributors
* no relative links on main README, so that we can port this over to kubernetes.io
* ISO developer readme moved to ./docs/contributors
2017-05-03 14:54:26 -07:00