update orig. order of headings

This commit is contained in:
Karen Bradshaw
2020-06-02 16:51:01 -04:00
parent 38250940c3
commit fb79042c61
10 changed files with 69 additions and 90 deletions
@@ -58,7 +58,7 @@ Hyper-V Requirements: A hypervisor has been detected. Features required for
<!-- steps -->
# Installing minikube
## Installing minikube
{{< tabs name="tab_with_md" >}}
{{% tab name="Linux" %}}
@@ -200,16 +200,6 @@ To install Minikube manually on Windows, download [`minikube-windows-amd64`](htt
{{% /tab %}}
{{< /tabs >}}
## {{% heading "whatsnext" %}}
* [Running Kubernetes Locally via Minikube](/docs/setup/learning-environment/minikube/)
## Confirm Installation
To confirm successful installation of both a hypervisor and Minikube, you can run the following command to start up a local Kubernetes cluster:
@@ -261,3 +251,8 @@ then you need to clear minikube's local state:
```shell
minikube delete
```
## {{% heading "whatsnext" %}}
* [Running Kubernetes Locally via Minikube](/docs/setup/learning-environment/minikube/)