Skip to content

Commit 8c2a290

Browse files
remram44FxKu
andauthored
DOC: Minikube has many drivers now, incl. Docker (zalando#2949)
Co-authored-by: Felix Kunde <[email protected]>
1 parent 3a85466 commit 8c2a290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ hence set it up first. For local tests we recommend to use one of the following
1010
solutions:
1111

1212
* [minikube](https://github.com/kubernetes/minikube/releases), which creates a
13-
single-node K8s cluster inside a VM (requires KVM or VirtualBox),
13+
K8s cluster inside a container or VM (requires Docker, KVM, Hyper-V, HyperKit, VirtualBox, or similar),
1414
* [kind](https://kind.sigs.k8s.io/) and [k3d](https://k3d.io), which allows creating multi-nodes K8s
1515
clusters running on Docker (requires Docker)
1616

@@ -20,7 +20,7 @@ This quickstart assumes that you have started minikube or created a local kind
2020
cluster. Note that you can also use built-in K8s support in the Docker Desktop
2121
for Mac to follow the steps of this tutorial. You would have to replace
2222
`minikube start` and `minikube delete` with your launch actions for the Docker
23-
built-in K8s support.
23+
Desktop built-in K8s support.
2424

2525
## Configuration Options
2626

0 commit comments

Comments
 (0)