Reorganize kubeadm node tasks
parent
4fc01b48d0
commit
c8bb00db5d
|
@ -1,5 +1,13 @@
|
||||||
---
|
---
|
||||||
title: "Administration with kubeadm"
|
title: "Administration with kubeadm"
|
||||||
weight: 10
|
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
|
title: Adding Linux worker nodes
|
||||||
content_type: task
|
content_type: task
|
||||||
weight: 50
|
weight: 10
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Adding Windows worker nodes
|
title: Adding Windows worker nodes
|
||||||
content_type: task
|
content_type: task
|
||||||
weight: 50
|
weight: 11
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Changing The Kubernetes Package Repository
|
title: Changing The Kubernetes Package Repository
|
||||||
content_type: task
|
content_type: task
|
||||||
weight: 120
|
weight: 150
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Configuring a cgroup driver
|
title: Configuring a cgroup driver
|
||||||
content_type: task
|
content_type: task
|
||||||
weight: 20
|
weight: 50
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
|
|
|
@ -3,7 +3,7 @@ reviewers:
|
||||||
- sig-cluster-lifecycle
|
- sig-cluster-lifecycle
|
||||||
title: Certificate Management with kubeadm
|
title: Certificate Management with kubeadm
|
||||||
content_type: task
|
content_type: task
|
||||||
weight: 10
|
weight: 80
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
|
|
|
@ -3,7 +3,7 @@ reviewers:
|
||||||
- sig-cluster-lifecycle
|
- sig-cluster-lifecycle
|
||||||
title: Reconfiguring a kubeadm cluster
|
title: Reconfiguring a kubeadm cluster
|
||||||
content_type: task
|
content_type: task
|
||||||
weight: 30
|
weight: 90
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
|
|
|
@ -3,7 +3,7 @@ reviewers:
|
||||||
- sig-cluster-lifecycle
|
- sig-cluster-lifecycle
|
||||||
title: Upgrading kubeadm clusters
|
title: Upgrading kubeadm clusters
|
||||||
content_type: task
|
content_type: task
|
||||||
weight: 40
|
weight: 30
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Upgrading Linux nodes
|
title: Upgrading Linux nodes
|
||||||
content_type: task
|
content_type: task
|
||||||
weight: 100
|
weight: 40
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: Upgrading Windows nodes
|
title: Upgrading Windows nodes
|
||||||
min-kubernetes-server-version: 1.17
|
min-kubernetes-server-version: 1.17
|
||||||
content_type: task
|
content_type: task
|
||||||
weight: 110
|
weight: 41
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
|
|
Loading…
Reference in New Issue