Skip to content

Commit

Permalink
Move whatsnext to end, simplify assistance text
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg committed May 7, 2020
1 parent c36506a commit 046216e
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions content/en/docs/tasks/tools/install-minikube.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,6 @@ Otherwise, download and run the [Windows installer](https://storage.googleapis.c

{{% /capture %}}

{{% capture whatsnext %}}

* [Running Kubernetes locally via minikube](/docs/setup/learning-environment/minikube/)

If you would like additional help to get started, please see:

* [minikube documentation](https://minikube.sigs.k8s.io/docs)
* [#minikube chat on Slack](https://kubernetes.slack.com/archives/C1F5CT6Q1)
* [minikube issues on GitHub](https://github.com/kubernetes/minikube/issues)

{{% /capture %}}

## Starting your first cluster

Run:
Expand All @@ -107,5 +95,14 @@ Run:
minikube start
```

minikube will automatically select an appropriate driver, but will mention alternatives if available. For more information, see the [minikube drivers documentation](https://minikube.sigs.k8s.io/docs/drivers/).
minikube will automatically select an appropriate driver, but will mention alternatives if available. For additional information or assistance, please see:

* [minikube documentation](https://minikube.sigs.k8s.io/docs)
* [#minikube chat on Slack](https://kubernetes.slack.com/archives/C1F5CT6Q1)
* [minikube issues on GitHub](https://github.com/kubernetes/minikube/issues)

{{% capture whatsnext %}}

* [Running Kubernetes locally via minikube](/docs/setup/learning-environment/minikube/)

{{% /capture %}}

0 comments on commit 046216e

Please sign in to comment.