Skip to content

Commit d3a4065

Browse files
committed
update KEP metadata to match new template.
1 parent 0b822e4 commit d3a4065

File tree

1 file changed

+29
-5
lines changed
  • keps/sig-cloud-provider/2436-controller-manager-leader-migration

1 file changed

+29
-5
lines changed
Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,42 @@
1-
title: Cloud Controller Manager Migration
2-
kep-number: 991
1+
title: Controller Manager Leader Migration
2+
kep-number: 2436
33
authors:
44
- "@andrewsykim"
5+
- "@jiahuif"
56
owning-sig: sig-cloud-provider
67
participating-sigs:
78
- sig-api-machinery
89
reviewers:
910
- "@cheftako"
1011
- "@nckturner"
12+
- "@andrewsykim"
1113
approvers:
12-
- "@lavalamp"
13-
editor: TBD
14+
- "@cheftako"
15+
prr-approvers:
16+
- "@deads2k"
1417
creation-date: 2019-04-22
15-
last-updated: 2021-02-08
1618
status: implementable
1719
see-also:
1820
- "/keps/sig-cloud-provider/20180530-cloud-controller-manager.md"
21+
22+
# The target maturity stage in the current dev cycle for this KEP.
23+
stage: alpha
24+
25+
# The most recent milestone for which work toward delivery of this KEP has been
26+
# done. This can be the current (upcoming) milestone, if it is being actively
27+
# worked on.
28+
latest-milestone: "v1.21"
29+
30+
# The milestone at which this feature was, or is targeted to be, at each stage.
31+
milestone:
32+
alpha: "v1.21"
33+
beta: "v1.22"
34+
stable: "v1.23"
35+
36+
# The following PRR answers are required at alpha release
37+
# List the feature gate name and the components for which it must be enabled
38+
feature-gates: []
39+
disable-supported: false
40+
41+
# The following PRR answers are required at beta release
42+
metrics: []

0 commit comments

Comments
 (0)