minikube/docs
Tiago Ilieve 5a2aad01d1 docs: remove 'GOPATH' references 2019-05-13 20:39:31 +02:00
..
contributors docs: remove 'GOPATH' references 2019-05-13 20:39:31 +02:00
README.md Add offline link 2019-04-10 11:38:21 -07:00
accessing_etcd.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
addons.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
alternative_runtimes.md Remove the rkt container runtime 2019-03-24 08:50:58 +01:00
cache.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
configuring_kubernetes.md Update configuring_kubernetes.md 2019-05-01 10:45:02 -07:00
debugging.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
drivers.md docs: remove 'GOPATH' references 2019-05-13 20:39:31 +02:00
env_vars.md Rename MINIKUBE_IN_COLOR to MINIKUBE_IN_STYLE 2019-03-26 06:56:10 -07:00
gpu.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
host_folder_mount.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
http_proxy.md Mention 192.168.39.0/24 2019-03-21 20:49:49 -07:00
insecure_registry.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
networking.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
offline.md Clarify contents of folders and usage. 2019-04-10 11:43:50 -07:00
openid_connect_auth.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
persistent_volumes.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
reusing_the_docker_daemon.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
tunnel.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
vmdriver-none.md Fix the Data Loss: kubectl -> kubelet 2019-04-20 14:53:45 -07:00

README.md

Advanced Topics and Tutorials

Cluster Configuration

  • Alternative Runtimes (alternative_runtimes.md): How to run minikube without Docker 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.md): 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

  • Offline (offline.md): Details about using minikube offline