diff --git a/content/en/docs/setup/minikube.md b/content/en/docs/setup/minikube.md index e5b35b5ec9d15..e3bd9d011e7f5 100644 --- a/content/en/docs/setup/minikube.md +++ b/content/en/docs/setup/minikube.md @@ -47,6 +47,7 @@ This brief demo guides you on how to start, use, and delete Minikube locally. Fo Creating machine... Starting local Kubernetes cluster... ``` + For more information on starting your cluster on a specific Kubernetes version, VM, or container runtime, see [Starting a Cluster](#starting-a-cluster). 2. Now, you can interact with your cluster using kubectl. For more information, see [Interacting with Your Cluster](#interacting-with-your-cluster). @@ -144,7 +145,9 @@ This brief demo guides you on how to start, use, and delete Minikube locally. Fo Stopping "minikube"... "minikube" stopped. ``` + For more information, see [Stopping a Cluster](#stopping-a-cluster). + 10. Delete the local Minikube cluster: ```shell minikube delete