Skip to content

Commit

Permalink
Migrating from old kep to new template - kep-number: 2330
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhar-rajak committed Jan 26, 2021
1 parent 0fba843 commit 337fdd9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
---
title: Migrating API objects to latest storage version
authors:
- "@xuchao"
owning-sig: sig-api-machinery
reviewers:
- "@deads2k"
- "@yliaog"
- "@lavalamp"
approvers:
- "@deads2k"
- "@lavalamp"
creation-date: 2018-08-06
last-updated: 2019-03-19
status: implementable
---

# Migrating API objects to latest storage version

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

With the newly introduced [storageStates API][], the cluster administrator can
fast upgrade/downgrade as long as the new apiserver binaries understand all
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
title: Migrating API objects to latest storage version
kep-number: 2330
authors:
- "@xuchao"
owning-sig: sig-api-machinery
reviewers:
- "@deads2k"
- "@yliaog"
- "@lavalamp"
approvers:
- "@deads2k"
- "@lavalamp"
creation-date: 2018-08-06
last-updated: 2019-03-19
status: implementable

0 comments on commit 337fdd9

Please sign in to comment.