Skip to content

Commit c87e02c

Browse files
authored
Merge pull request kubernetes#2218 from wojtek-t/migrate_keps_to_new_template_15
Migrate some cluster-lifecycle keps to new template
2 parents 8c7e65e + 309d98f commit c87e02c

File tree

19 files changed

+163
-177
lines changed

19 files changed

+163
-177
lines changed
Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,3 @@
1-
---
2-
title: Advanced configurations with kubeadm (Kustomize)
3-
authors:
4-
- "@fabriziopandini"
5-
owning-sig: sig-cluster-lifecycle
6-
participating-sigs:
7-
- sig-cluster-lifecycle
8-
reviewers:
9-
- "@neolit123"
10-
- "@rosti"
11-
- "@ereslibre"
12-
- "@detiber"
13-
- "@vincepri"
14-
- "@chuckha"
15-
approvers:
16-
- "@timothysc"
17-
- "@luxas"
18-
editor: "@fabriziopandini"
19-
creation-date: 2019-07-22
20-
last-updated: 2020-09-18
21-
status: replaced
22-
---
23-
241
# Advanced configurations with kubeadm (Kustomize)
252

263
## Table of Contents
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
title: Advanced configurations with kubeadm (Kustomize)
2+
kep-number: 1177
3+
authors:
4+
- "@fabriziopandini"
5+
owning-sig: sig-cluster-lifecycle
6+
participating-sigs:
7+
- sig-cluster-lifecycle
8+
reviewers:
9+
- "@neolit123"
10+
- "@rosti"
11+
- "@ereslibre"
12+
- "@detiber"
13+
- "@vincepri"
14+
- "@chuckha"
15+
approvers:
16+
- "@timothysc"
17+
- "@luxas"
18+
editor: "@fabriziopandini"
19+
creation-date: 2019-07-22
20+
last-updated: 2020-09-18
21+
status: replaced

keps/sig-cluster-lifecycle/kubeadm/20190925-component-configs.md renamed to keps/sig-cluster-lifecycle/kubeadm/1381-component-config/README.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,3 @@
1-
---
2-
title: kubeadm component config management
3-
authors:
4-
- "@rosti"
5-
owning-sig: sig-cluster-lifecycle
6-
participating-sigs:
7-
- sig-cluster-lifecycle
8-
reviewers:
9-
- "@fabriziopandini"
10-
- "@neolit123"
11-
- "@ereslibre"
12-
- "@yastij"
13-
approvers:
14-
- "@timothysc"
15-
editor: "@rosti"
16-
creation-date: 2019-09-25
17-
last-updated: 2020-04-29
18-
status: implementable
19-
see-also:
20-
- "/keps/sig-cluster-lifecycle/kubeadm/0023-kubeadm-config.md"
21-
- "/keps/sig-cluster-lifecycle/kubeadm/20190722-Advanced-configurations-with-kubeadm-(Kustomize).md"
22-
---
23-
241
# kubeadm component config management
252

263
## Table of Contents
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
title: kubeadm component config management
2+
kep-number: 1381
3+
authors:
4+
- "@rosti"
5+
owning-sig: sig-cluster-lifecycle
6+
participating-sigs:
7+
- sig-cluster-lifecycle
8+
reviewers:
9+
- "@fabriziopandini"
10+
- "@neolit123"
11+
- "@ereslibre"
12+
- "@yastij"
13+
approvers:
14+
- "@timothysc"
15+
editor: "@rosti"
16+
creation-date: 2019-09-25
17+
last-updated: 2020-04-29
18+
status: implementable
19+
see-also:
20+
- "/keps/sig-cluster-lifecycle/kubeadm/0023-kubeadm-config.md"
21+
- "/keps/sig-cluster-lifecycle/kubeadm/20190722-Advanced-configurations-with-kubeadm-(Kustomize).md"

keps/sig-cluster-lifecycle/kubeadm/0004-bootstrap-checkpointing.md renamed to keps/sig-cluster-lifecycle/kubeadm/378-bootstrap-checkpointing/README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
---
2-
title: Kubernetes Bootstrap Checkpointing Proposal
3-
authors:
4-
- "@timothysc"
5-
owning-sig: sig-cluster-lifecycle
6-
participating-sigs:
7-
- sig-node
8-
reviewers:
9-
- "@yujuhong"
10-
- "@luxas"
11-
- "@roberthbailey"
12-
approvers:
13-
- "@yujuhong"
14-
- "@roberthbailey"
15-
editor: "@timothysc"
16-
creation-date: 2017-10-20
17-
last-updated: 2018-01-23
18-
status: implemented
19-
---
20-
211
# Kubernetes Bootstrap Checkpointing Proposal
222

233
## Table of Contents
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
title: Kubernetes Bootstrap Checkpointing Proposal
2+
kep-number: 378
3+
authors:
4+
- "@timothysc"
5+
owning-sig: sig-cluster-lifecycle
6+
participating-sigs:
7+
- sig-node
8+
reviewers:
9+
- "@yujuhong"
10+
- "@luxas"
11+
- "@roberthbailey"
12+
approvers:
13+
- "@yujuhong"
14+
- "@roberthbailey"
15+
editor: "@timothysc"
16+
creation-date: 2017-10-20
17+
last-updated: 2018-01-23
18+
status: implemented

keps/sig-cluster-lifecycle/kubeadm/0023-kubeadm-config.md renamed to keps/sig-cluster-lifecycle/kubeadm/970-kubeadm-config/README.md

Lines changed: 6 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,3 @@
1-
---
2-
title: Kubeadm config file graduation (v1beta2)
3-
authors:
4-
- "@fabriziopandini"
5-
- "@luxas"
6-
owning-sig: sig-cluster-lifecycle
7-
reviewers:
8-
- "@chuckha"
9-
- "@detiber"
10-
- "@liztio"
11-
approvers:
12-
- "@luxas"
13-
- "@timothysc"
14-
- "@fabriziopandini"
15-
- "@neolit123"
16-
editor: "@fabriziopandini"
17-
creation-date: 2018-08-01
18-
last-updated: 2019-04-29
19-
status: implementable
20-
see-also:
21-
- KEP 0008
22-
---
23-
241
# kubeadm Config file graduation (v1beta2)
252

263
## Table of Contents
@@ -173,17 +150,17 @@ inside of the same kubeadm-config YAML file. More in detail:
173150

174151
The new `kubeadm init` flow configuration-wise is summarized by the attached schema.
175152

176-
![kubeadm-init](0023-kubeadm-init.png)
153+
![kubeadm-init](kubeadm-init.png)
177154

178-
[link](0023-kubeadm-init.png)
155+
[link](kubeadm-init.png)
179156

180157
As a consequence, also how the kubeadm configuration is consumed by kubeadm commands should
181158
be adapted as described by following schemas:
182159

183-
- [kubeadm join and kubeadm join --master](0023-kubeadm-join.png)
184-
- [kubeadm upgrade apply](0023-kubeadm-upgrade-apply.png)
185-
- [kubeadm upgrade node](0023-kubeadm-upgrade-node.png)
186-
- [kubeadm reset](0023-kubeadm-reset.png)
160+
- [kubeadm join and kubeadm join --master](kubeadm-join.png)
161+
- [kubeadm upgrade apply](kubeadm-upgrade-apply.png)
162+
- [kubeadm upgrade node](kubeadm-upgrade-node.png)
163+
- [kubeadm reset](kubeadm-reset.png)
187164

188165
#### Use substructures instead of the old "single flat object"
189166

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
title: Kubeadm config file graduation (v1beta2)
2+
kep-number: 970
3+
authors:
4+
- "@fabriziopandini"
5+
- "@luxas"
6+
owning-sig: sig-cluster-lifecycle
7+
reviewers:
8+
- "@chuckha"
9+
- "@detiber"
10+
- "@liztio"
11+
approvers:
12+
- "@luxas"
13+
- "@timothysc"
14+
- "@fabriziopandini"
15+
- "@neolit123"
16+
editor: "@fabriziopandini"
17+
creation-date: 2018-08-01
18+
last-updated: 2019-04-29
19+
status: implementable
20+
see-also:
21+
- KEP 0008

0 commit comments

Comments
 (0)