minikube/docs
Rajadeepan D Ramesh e886eefd25 Fix grammatical error 2017-08-21 02:02:17 +05:30
..
contributors Fix grammatical error 2017-08-21 02:02:17 +05:30
README.md Fix typo, grammar, punctuations and formatting 2017-06-16 17:56:51 +05:30
accessing_etcd.md Refactor docs 2017-05-03 14:54:26 -07:00
addons.md Fix typo, grammar, punctuations and formatting 2017-06-16 17:56:51 +05:30
alternative_runtimes.md remove trailing `\` in the shell command 2017-06-17 16:09:39 -07:00
configuring_kubernetes.md Refactor docs 2017-05-03 14:54:26 -07:00
debugging.md Fix typo, grammar, punctuations and formatting 2017-06-16 17:56:51 +05:30
drivers.md Fix minor typo 2017-08-16 20:11:14 -07:00
env_vars.md Fix typo, grammar, punctuations and formatting 2017-06-16 17:56:51 +05:30
host_folder_mount.md Fix typo, grammar, punctuations and formatting 2017-06-16 17:56:51 +05:30
http_proxy.md Add no_proxy settings 2017-06-28 11:58:49 -07:00
insecure_registry.md Fix typo, grammar, punctuations and formatting 2017-06-16 17:56:51 +05:30
networking.md Refactor docs 2017-05-03 14:54:26 -07:00
persistent_volumes.md Refactor docs 2017-05-03 14:54:26 -07:00
reusing_the_docker_daemon.md Delete the hyperlink of docker-env command. 2017-07-27 14:03:23 +08:00

README.md

Advanced Topics and Tutorials

Cluster Configuration

  • Alternative Runtimes (alternative_runtimes.md): How to run minikube with rkt as the container runtime

  • Environment Variables (env_vars.md): The different environment variables that minikube understands

  • Minikube Addons (addons.md): Information on configuring addons to be run on minikube

  • Configuring Kubernetes (configuring_kubernetes.md): Configuring different Kubernetes components in minikube

Installation and debugging

  • Driver installation (drivers.md): In depth instructions for installing the various hypervisor drivers

  • Debugging minikube (debugging.md): General practices for debugging the minikube binary itself

Developing on the minikube cluster

Storage

  • Persistent Volumes (persistent_volumes.md): Persistent Volumes in Minikube and persisted locations in the VM

  • Host Folder Mounting (host_folder_mount.md): How to mount your files from your host into the minikube VM

Networking

  • HTTP Proxy (http_proxy.md): Instruction on how to run minikube behind a HTTP Proxy

  • Insecure or Private Registries (insecure_registry.md): How to use private or insecure registries with minikube

  • Accessing etcd from inside the cluster (accessing_etcd.md)

  • Networking (networking.md): FAQ about networking between the host and minikube VM