minikube/docs
Jose Donizetti ad97983d9e # This is a combination of 8 commits.
# This is the 1st commit message:

Fix doc comment version.gitCommitID doc


# This is the commit message #2:

Add hyperkit doc


# This is the commit message #3:

Add commit id to docker-machine-driver-kvm2 version


# This is the commit message #4:

removed label selector for registry-proxy daemonset

# This is the commit message #5:

Add support to custom qemu uri on kvm2 driver


# This is the commit message #6:

Improve hyperkit vm stop


# This is the commit message #7:

Make virtualbox DNS settings configurable 


# This is the commit message #8:

added integration tests for registry addon
2019-06-29 18:27:47 +10:00
..
contributors Makefile: add platform specific alias 2019-06-25 11:02:07 -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
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 # This is a combination of 8 commits. 2019-06-29 18:27:47 +10: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