fix weight of 'setup' contents
parent
f4ba9afa5f
commit
91c8de3665
|
@ -3,6 +3,7 @@ reviewers:
|
||||||
- david-mcmahon
|
- david-mcmahon
|
||||||
- jbeda
|
- jbeda
|
||||||
title: Building from Source
|
title: Building from Source
|
||||||
|
weight: 20
|
||||||
---
|
---
|
||||||
|
|
||||||
You can either build a release from source or download a pre-built release. If you do not plan on developing Kubernetes itself, we suggest using a pre-built version of the current release, which can be found in the [Release Notes](/docs/imported/release/notes/).
|
You can either build a release from source or download a pre-built release. If you do not plan on developing Kubernetes itself, we suggest using a pre-built version of the current release, which can be found in the [Release Notes](/docs/imported/release/notes/).
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "Bootstrapping Clusters with kubeadm"
|
title: "Bootstrapping Clusters with kubeadm"
|
||||||
weight: 20
|
weight: 30
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@ reviewers:
|
||||||
- jbeda
|
- jbeda
|
||||||
title: Using kubeadm to Create a Cluster
|
title: Using kubeadm to Create a Cluster
|
||||||
content_template: templates/task
|
content_template: templates/task
|
||||||
|
weight: 10
|
||||||
---
|
---
|
||||||
|
|
||||||
{{% capture overview %}}
|
{{% capture overview %}}
|
||||||
|
|
|
@ -6,6 +6,7 @@ reviewers:
|
||||||
- jbeda
|
- jbeda
|
||||||
title: Creating HA clusters with kubeadm
|
title: Creating HA clusters with kubeadm
|
||||||
content_template: templates/task
|
content_template: templates/task
|
||||||
|
weight: 30
|
||||||
---
|
---
|
||||||
|
|
||||||
{{% capture overview %}}
|
{{% capture overview %}}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Troubleshooting kubeadm
|
title: Troubleshooting kubeadm
|
||||||
|
weight: 20
|
||||||
---
|
---
|
||||||
|
|
||||||
{{% capture overview %}}
|
{{% capture overview %}}
|
||||||
|
|
|
@ -4,6 +4,7 @@ reviewers:
|
||||||
- erictune
|
- erictune
|
||||||
- mikedanese
|
- mikedanese
|
||||||
title: Picking the Right Solution
|
title: Picking the Right Solution
|
||||||
|
weight: 10
|
||||||
---
|
---
|
||||||
|
|
||||||
Kubernetes can run on various platforms: from your laptop, to VMs on a cloud provider, to a rack of
|
Kubernetes can run on various platforms: from your laptop, to VMs on a cloud provider, to a rack of
|
||||||
|
|
Loading…
Reference in New Issue