minikube/docs
Thomas Strömberg fc5c01b1f4
Merge pull request #4647 from blueelvis/start-options-documentation
Add documentation for minikube CLI commands
2019-07-09 14:35:32 -07:00
..
contributors Updated contributing guide about dependency 2019-06-28 20:12:34 -07:00
README.md Add documentation on basic file synchronization. 2019-05-22 16:20:03 -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
building_images_within_the_vm.md Add some CRI-agnostic image build documentation 2019-05-21 22:43:59 +02:00
cache.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
cli_commands.md First pass of CLI documentation 2019-07-01 03:30:50 +05:30
configuring_kubernetes.md Make markdownlint happy about whitespace 2019-06-22 19:04:43 +02:00
dashboard.md Add some documentation about the dashboard 2019-06-17 21:01:07 +02:00
debugging.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
drivers.md Add upgrade section kvm documentation 2019-07-04 17:27:44 -03:00
env_vars.md delete the unnecessary word 2019-05-25 16:38:38 +08: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 Make markdownlint happy about whitespace 2019-06-22 19:04:43 +02:00
insecure_registry.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
networking.md Make markdownlint happy about whitespace 2019-06-22 19:04:43 +02:00
offline.md Make markdownlint happy about whitespace 2019-06-22 19:04:43 +02: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 Explain on subnet and split into two sections 2019-06-21 12:10:48 +05:30
syncing-files.md Make markdownlint happy about whitespace 2019-06-22 19:04:43 +02:00
tunnel.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
vmdriver-none.md Add --vm-driver=none 2019-05-22 09:39:23 -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

  • Syncing files into the VM (syncing-files.md): How to sync 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