File tree Expand file tree Collapse file tree 19 files changed +163
-177
lines changed
keps/sig-cluster-lifecycle
1177-kubeadm-with-kustomize
378-bootstrap-checkpointing Expand file tree Collapse file tree 19 files changed +163
-177
lines changed Original file line number Diff line number Diff line change 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
-
24
1
# Advanced configurations with kubeadm (Kustomize)
25
2
26
3
## Table of Contents
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 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
-
24
1
# kubeadm component config management
25
2
26
3
## Table of Contents
Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change 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
-
21
1
# Kubernetes Bootstrap Checkpointing Proposal
22
2
23
3
## Table of Contents
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 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
-
24
1
# kubeadm Config file graduation (v1beta2)
25
2
26
3
## Table of Contents
@@ -173,17 +150,17 @@ inside of the same kubeadm-config YAML file. More in detail:
173
150
174
151
The new ` kubeadm init ` flow configuration-wise is summarized by the attached schema.
175
152
176
- ![ kubeadm-init] ( 0023- kubeadm-init.png)
153
+ ![ kubeadm-init] ( kubeadm-init.png )
177
154
178
- [ link] ( 0023- kubeadm-init.png)
155
+ [ link] ( kubeadm-init.png )
179
156
180
157
As a consequence, also how the kubeadm configuration is consumed by kubeadm commands should
181
158
be adapted as described by following schemas:
182
159
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 )
187
164
188
165
#### Use substructures instead of the old "single flat object"
189
166
Original file line number Diff line number Diff line change
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
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments