minikube/docs
Ihor Dvoretskyi f31a8e4dd7 Formatting and minor content fixes
Signed-off-by: Ihor Dvoretskyi <ihor.dvoretskyi@gmail.com>
2019-02-19 12:36:05 +00:00
..
contributors fish-compatible change 2019-02-16 14:12:58 -08:00
README.md Update docs/README.md, fix configuring_kubernetes URL and move the doc to the right dir 2019-02-14 22:01:05 -08:00
accessing_etcd.md
addons.md
alternative_runtimes.md
cache.md
configuring_kubernetes.md
debugging.md
drivers.md Formatting and minor content fixes 2019-02-19 12:36:05 +00:00
env_vars.md
gpu.md
host_folder_mount.md
http_proxy.md
insecure_registry.md
networking.md
openid_connect_auth.md Update docs/README.md, fix configuring_kubernetes URL and move the doc to the right dir 2019-02-14 22:01:05 -08:00
persistent_volumes.md
reusing_the_docker_daemon.md
tunnel.md
vmdriver-none.md Fix subtitles 2019-02-18 06:46:46 -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

  • Caching Images (cache.md): Caching non-minikube images in minikube

  • GPUs (gpu.md): Using NVIDIA GPUs on minikube

  • OpenID Connect Authentication (openid_connect_auth): Using OIDC Authentication on 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