Skip to content

Commit

Permalink
Merge pull request #4244 from webwurst/patch-1
Browse files Browse the repository at this point in the history
Fix location of Kubernetes binaries in cache directory
  • Loading branch information
k8s-ci-robot authored May 14, 2019
2 parents ac3bdd1 + 7739d63 commit 1d3b96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/offline.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1d3b96b

Please sign in to comment.