fix weight of 'setup' contents
parent
f4ba9afa5f
commit
91c8de3665
|
@ -3,6 +3,7 @@ reviewers:
|
|||
- david-mcmahon
|
||||
- jbeda
|
||||
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/).
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Bootstrapping Clusters with kubeadm"
|
||||
weight: 20
|
||||
weight: 30
|
||||
---
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ reviewers:
|
|||
- jbeda
|
||||
title: Using kubeadm to Create a Cluster
|
||||
content_template: templates/task
|
||||
weight: 10
|
||||
---
|
||||
|
||||
{{% capture overview %}}
|
||||
|
|
|
@ -6,6 +6,7 @@ reviewers:
|
|||
- jbeda
|
||||
title: Creating HA clusters with kubeadm
|
||||
content_template: templates/task
|
||||
weight: 30
|
||||
---
|
||||
|
||||
{{% capture overview %}}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Troubleshooting kubeadm
|
||||
weight: 20
|
||||
---
|
||||
|
||||
{{% capture overview %}}
|
||||
|
|
|
@ -4,6 +4,7 @@ reviewers:
|
|||
- erictune
|
||||
- mikedanese
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue