Skip to content

Commit 1d3b96b

Browse files
authored
Merge pull request #4244 from webwurst/patch-1
Fix location of Kubernetes binaries in cache directory
2 parents ac3bdd1 + 7739d63 commit 1d3b96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/offline.md

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

1616
## Sharing the minikube cache
1717

0 commit comments

Comments
 (0)