fix minikube description.

pull/38219/head
Andrey Glazkov 2022-12-01 22:26:31 +03:00
parent abc42e009d
commit 278e748fbb
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ shows you what you need to do to get up and running with kind.
## minikube ## minikube
Like `kind`, [`minikube`](https://minikube.sigs.k8s.io/) is a tool that lets you run Kubernetes Like `kind`, [`minikube`](https://minikube.sigs.k8s.io/) is a tool that lets you run Kubernetes
locally. `minikube` runs a single-node Kubernetes cluster on your personal locally. `minikube` runs an all-in-one or a multi-node local Kubernetes cluster on your personal
computer (including Windows, macOS and Linux PCs) so that you can try out computer (including Windows, macOS and Linux PCs) so that you can try out
Kubernetes, or for daily development work. Kubernetes, or for daily development work.