From 278e748fbbf3b7076c4ab1fc2116eb843b3e43ca Mon Sep 17 00:00:00 2001 From: Andrey Glazkov Date: Thu, 1 Dec 2022 22:26:31 +0300 Subject: [PATCH] fix minikube description. --- content/en/docs/tasks/tools/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/tools/_index.md b/content/en/docs/tasks/tools/_index.md index 5f1b517141..defc68ad0a 100644 --- a/content/en/docs/tasks/tools/_index.md +++ b/content/en/docs/tasks/tools/_index.md @@ -35,7 +35,7 @@ shows you what you need to do to get up and running with kind. ## minikube 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 Kubernetes, or for daily development work.