Reorganize kubeadm node tasks
parent
4fc01b48d0
commit
c8bb00db5d
|
@ -1,5 +1,13 @@
|
|||
---
|
||||
title: "Administration with kubeadm"
|
||||
weight: 10
|
||||
simple_list: true
|
||||
---
|
||||
|
||||
If you don't yet have a cluster, visit
|
||||
[bootstrapping clusters with `kubeadm`](/docs/setup/production-environment/tools/kubeadm/).
|
||||
|
||||
The tasks in this section are aimed at people administering an existing cluster:
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Adding Linux worker nodes
|
||||
content_type: task
|
||||
weight: 50
|
||||
weight: 10
|
||||
---
|
||||
|
||||
<!-- overview -->
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Adding Windows worker nodes
|
||||
content_type: task
|
||||
weight: 50
|
||||
weight: 11
|
||||
---
|
||||
|
||||
<!-- overview -->
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Changing The Kubernetes Package Repository
|
||||
content_type: task
|
||||
weight: 120
|
||||
weight: 150
|
||||
---
|
||||
|
||||
<!-- overview -->
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Configuring a cgroup driver
|
||||
content_type: task
|
||||
weight: 20
|
||||
weight: 50
|
||||
---
|
||||
|
||||
<!-- overview -->
|
||||
|
|
|
@ -3,7 +3,7 @@ reviewers:
|
|||
- sig-cluster-lifecycle
|
||||
title: Certificate Management with kubeadm
|
||||
content_type: task
|
||||
weight: 10
|
||||
weight: 80
|
||||
---
|
||||
|
||||
<!-- overview -->
|
||||
|
|
|
@ -3,7 +3,7 @@ reviewers:
|
|||
- sig-cluster-lifecycle
|
||||
title: Reconfiguring a kubeadm cluster
|
||||
content_type: task
|
||||
weight: 30
|
||||
weight: 90
|
||||
---
|
||||
|
||||
<!-- overview -->
|
||||
|
|
|
@ -3,7 +3,7 @@ reviewers:
|
|||
- sig-cluster-lifecycle
|
||||
title: Upgrading kubeadm clusters
|
||||
content_type: task
|
||||
weight: 40
|
||||
weight: 30
|
||||
---
|
||||
|
||||
<!-- overview -->
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Upgrading Linux nodes
|
||||
content_type: task
|
||||
weight: 100
|
||||
weight: 40
|
||||
---
|
||||
|
||||
<!-- overview -->
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: Upgrading Windows nodes
|
||||
min-kubernetes-server-version: 1.17
|
||||
content_type: task
|
||||
weight: 110
|
||||
weight: 41
|
||||
---
|
||||
|
||||
<!-- overview -->
|
||||
|
|
Loading…
Reference in New Issue