Merge pull request #1667 from timothysc/move_original_kep
Move original kep from design proposals to new home and update
This commit is contained in:
commit
6b9bde95ff
|
@ -1 +1 @@
|
||||||
4
|
5
|
|
@ -1,29 +1,28 @@
|
||||||
# Kubernetes Bootstrap Checkpointing Proposal
|
# Kubernetes Bootstrap Checkpointing Proposal
|
||||||
|
|
||||||
## Metadata
|
## Metadata
|
||||||
|
```
|
||||||
```yaml
|
---
|
||||||
kep-number: draft-20171029-boostrap-checkpointing.md
|
kep-number: 4
|
||||||
title: Kubernetes Bootstrap Checkpointing Proposal
|
title: Kubernetes Bootstrap Checkpointing Proposal
|
||||||
|
status: implemented
|
||||||
authors:
|
authors:
|
||||||
- name: Timothy St. Clair
|
- "@timothysc"
|
||||||
github: @timothysc
|
|
||||||
email: timothysc@gmail.com
|
|
||||||
owning-sig: sig-cluster-lifecycle
|
owning-sig: sig-cluster-lifecycle
|
||||||
participating-sigs:
|
participating-sigs:
|
||||||
- sig-node
|
- sig-node
|
||||||
reviewers:
|
reviewers:
|
||||||
- @yujuhong
|
- "@yujuhong"
|
||||||
- @luxas
|
- "@luxas"
|
||||||
- @roberthbailey
|
- "@roberthbailey"
|
||||||
approvers:
|
approvers:
|
||||||
- @yujuhong
|
- "@yujuhong"
|
||||||
- @roberthbailey
|
- "@roberthbailey"
|
||||||
editor:
|
editor:
|
||||||
name: @timothysc
|
name: @timothysc
|
||||||
creation-date: 2017-10-20
|
creation-date: 2017-10-20
|
||||||
last-updated: 2017-10-20
|
last-updated: 2018-01-23
|
||||||
status: final-review
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
@ -133,8 +132,8 @@ Testing of this feature will occur in three parts.
|
||||||
## Implementation History
|
## Implementation History
|
||||||
|
|
||||||
- 20171020 - 1.9 draft proposal
|
- 20171020 - 1.9 draft proposal
|
||||||
- ? - accepted proposal
|
- 20171101 - 1.9 accepted proposal
|
||||||
- ? - alpha implementation code complete
|
- 20171114 - 1.9 alpha implementation code complete
|
||||||
|
|
||||||
## Unresolved Questions
|
## Unresolved Questions
|
||||||
|
|
Loading…
Reference in New Issue