Fix location of Kubernetes binaries in cache directory

pull/4244/head
Tobias Bradtke 2019-05-12 17:09:53 +02:00 committed by GitHub
parent 312b1d65f4
commit 7739d636ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ As of v1.0, `minikube start` is offline compatible out of the box. Here are some
* `~/.minikube/cache` - Top-level folder
* `~/.minikube/cache/iso` - VM ISO image. Typically updated once per major minikube release.
* `~/.minikube/cache/images` - Docker images used by Kubernetes.
* `~/.minikube/<version>` - Kubernetes binaries, such as `kubeadm` and `kubelet`
* `~/.minikube/cache/<version>` - Kubernetes binaries, such as `kubeadm` and `kubelet`
## Sharing the minikube cache