Skip to content

Commit ad93a2a

Browse files
authored
Merge pull request kubernetes#2460 from deads2k/refactor
Migrating from old kep to new template - kep-number: 2330
2 parents 43cc9a7 + 76f2798 commit ad93a2a

File tree

29 files changed

+389
-412
lines changed

29 files changed

+389
-412
lines changed

keps/sig-api-machinery/0030-storage-migration.md renamed to keps/sig-api-machinery/2330-migrating-api-objects-to-latest-storage-version/README.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
---
2-
title: Migrating API objects to latest storage version
3-
authors:
4-
- "@xuchao"
5-
owning-sig: sig-api-machinery
6-
reviewers:
7-
- "@deads2k"
8-
- "@yliaog"
9-
- "@lavalamp"
10-
approvers:
11-
- "@deads2k"
12-
- "@lavalamp"
13-
creation-date: 2018-08-06
14-
last-updated: 2019-03-19
15-
status: implementable
16-
---
17-
181
# Migrating API objects to latest storage version
192

203
## Table of Contents
@@ -248,7 +231,7 @@ Before upgrading or downgrading the cluster, the cluster administrator must run
248231
migrations have completed. Otherwise the apiserver can crash, because it cannot
249232
interpret the serialized data in etcd. To mitigate, the cluster administrator
250233
can rollback the apiserver to the old version, and wait for the migration to
251-
complete.
234+
complete.
252235

253236
With the newly introduced [storageStates API][], the cluster administrator can
254237
fast upgrade/downgrade as long as the new apiserver binaries understand all
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
title: Migrating API objects to latest storage version
2+
kep-number: 2330
3+
authors:
4+
- "@xuchao"
5+
owning-sig: sig-api-machinery
6+
reviewers:
7+
- "@deads2k"
8+
- "@yliaog"
9+
- "@lavalamp"
10+
approvers:
11+
- "@deads2k"
12+
- "@lavalamp"
13+
creation-date: 2018-08-06
14+
last-updated: 2019-03-19
15+
status: implementable

0 commit comments

Comments
 (0)