minikube/docs
priyawadhwa 8f128a7d10 Enable gvisor addon in minikube (#3399)
This PR adds the code for enabling gvisor in minikube. It adds the pod
that will run when the addon is enabled, and the code for the image
which will run when this happens.

When gvisor is enabled, the pod will download runsc and the
gvisor-containerd-shim. It will replace the containerd config.toml and
restart containerd.

When gvisor is disabled, the pod will be deleted by the addon manager.
This will trigger a pre-stop hook which will revert the config.toml to
it's original state and restart containerd.
2018-12-07 15:27:22 -08:00
..
contributors Update document for new drivers 2018-11-13 09:44:42 -06:00
README.md Add documentation. 2018-07-08 22:25:48 -07:00
accessing_etcd.md remove localkube from docs 2018-07-24 12:36:42 -07:00
addons.md Enable gvisor addon in minikube (#3399) 2018-12-07 15:27:22 -08:00
alternative_runtimes.md Add config parameter for the cri socket path (#3154) 2018-11-14 16:36:02 -08:00
cache.md Update cache command documentation 2018-01-07 00:46:24 +08:00
configuring_kubernetes.md remove localkube from docs 2018-07-24 12:36:42 -07:00
debugging.md Fix typo, grammar, punctuations and formatting 2017-06-16 17:56:51 +05:30
drivers.md Removed '$' symbols for easier copy&paste (trivial fix) (#3361) 2018-11-24 17:48:58 -08:00
env_vars.md Add config to avoid warning about the none driver 2018-01-03 09:47:24 -08:00
gpu.md Fix typo: suppports -> supports 2018-09-24 12:17:06 -07:00
host_folder_mount.md highlight shell samples quoted in docs 2018-02-12 12:42:03 +01:00
http_proxy.md Correct proxy doc - docker-env equals formatting vars 2018-02-02 10:29:59 -08:00
insecure_registry.md remove localkube from docs 2018-07-24 12:36:42 -07:00
networking.md minikube tunnel (#3015) 2018-10-18 11:01:47 -07:00
persistent_volumes.md Update persistent_volumes.md 2018-08-20 07:41:37 -07:00
reusing_the_docker_daemon.md Update reusing_the_docker_daemon.md 2018-03-26 07:38:42 -07:00
tunnel.md Trivial fix: Correct some spelling errors 2018-11-13 09:43:12 -06:00
vmdriver-none.md Update docs/vmdriver-none.md 2018-10-19 16:36:18 -07: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

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