Skip to content

Commit

Permalink
Merge pull request #2460 from deads2k/refactor
Browse files Browse the repository at this point in the history
Migrating from old kep to new template - kep-number: 2330
  • Loading branch information
k8s-ci-robot authored Feb 9, 2021
2 parents 43cc9a7 + 76f2798 commit ad93a2a
Show file tree
Hide file tree
Showing 29 changed files with 389 additions and 412 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
Loading

0 comments on commit ad93a2a

Please sign in to comment.