diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-01-26 13:48:30 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-26 13:48:30 -0800 |
| commit | 6b9bde95ff515393c640ded343ed7e37f5d9468f (patch) | |
| tree | 1aa2850934302b611693d8cf21165f6b6accf9ce | |
| parent | 3eb9b099f4d9fcfede3bedeb70f263ae0c3901c6 (diff) | |
| parent | 055bbec403b1dabc81231a8c315b0e09e22c257d (diff) | |
Merge pull request #1667 from timothysc/move_original_kep
Move original kep from design proposals to new home and update
| -rw-r--r-- | keps/NEXT_KEP_NUMBER | 2 | ||||
| -rw-r--r-- | keps/sig-cluster-lifecycle/0004-bootstrap-checkpointing.md (renamed from contributors/design-proposals/cluster-lifecycle/draft-20171020-bootstrap-checkpointing.md) | 31 |
2 files changed, 16 insertions, 17 deletions
diff --git a/keps/NEXT_KEP_NUMBER b/keps/NEXT_KEP_NUMBER index bf0d87ab..7813681f 100644 --- a/keps/NEXT_KEP_NUMBER +++ b/keps/NEXT_KEP_NUMBER @@ -1 +1 @@ -4
\ No newline at end of file +5
\ No newline at end of file diff --git a/contributors/design-proposals/cluster-lifecycle/draft-20171020-bootstrap-checkpointing.md b/keps/sig-cluster-lifecycle/0004-bootstrap-checkpointing.md index 5c133a0a..88b5bdc3 100644 --- a/contributors/design-proposals/cluster-lifecycle/draft-20171020-bootstrap-checkpointing.md +++ b/keps/sig-cluster-lifecycle/0004-bootstrap-checkpointing.md @@ -1,29 +1,28 @@ # Kubernetes Bootstrap Checkpointing Proposal ## Metadata - -```yaml -kep-number: draft-20171029-boostrap-checkpointing.md +``` +--- +kep-number: 4 title: Kubernetes Bootstrap Checkpointing Proposal +status: implemented authors: - - name: Timothy St. Clair - github: @timothysc - email: timothysc@gmail.com + - "@timothysc" owning-sig: sig-cluster-lifecycle -participating-sigs: +participating-sigs: - sig-node reviewers: - - @yujuhong - - @luxas - - @roberthbailey + - "@yujuhong" + - "@luxas" + - "@roberthbailey" approvers: - - @yujuhong - - @roberthbailey + - "@yujuhong" + - "@roberthbailey" editor: name: @timothysc creation-date: 2017-10-20 -last-updated: 2017-10-20 -status: final-review +last-updated: 2018-01-23 + ``` ## Table of Contents @@ -133,8 +132,8 @@ Testing of this feature will occur in three parts. ## Implementation History - 20171020 - 1.9 draft proposal -- ? - accepted proposal -- ? - alpha implementation code complete +- 20171101 - 1.9 accepted proposal +- 20171114 - 1.9 alpha implementation code complete ## Unresolved Questions |
