File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
keps/sig-cluster-lifecycle/kubeadm/1739-customization-with-patches Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -857,6 +857,8 @@ Major milestones might include
857
857
858
858
- 2020-05-04: initial provisional KEP created
859
859
- 2020-05-14: addressed feedback, filled PRR questionnaire, KEP marked as implementable
860
+ - 2021-09-09: marked the feature as graduated to Beta. This was done as part of
861
+ the kubeadm v1beta3 API work. The actions under "Alpha -> Beta" are completed.
860
862
861
863
## Drawbacks
862
864
Original file line number Diff line number Diff line change @@ -18,15 +18,16 @@ replaces:
18
18
- " /keps/sig-cluster-lifecycle/kubeadm/20190722-Advanced-configurations-with-kubeadm-(Kustomize).md"
19
19
20
20
# The target maturity stage in the current dev cycle for this KEP.
21
- stage : alpha
21
+ stage : beta
22
22
23
23
# The most recent milestone for which work toward delivery of this KEP has been
24
24
# done. This can be the current (upcoming) milestone, if it is being actively
25
25
# worked on.
26
- latest-milestone : " v1.19"
26
+ # NOTE: keeping this at v1.0 to avoid PRR. See milestones bellow.
27
+ latest-milestone : " v1.0"
27
28
28
29
# The milestone at which this feature was, or is targeted to be, at each stage.
29
30
milestone :
30
31
alpha : " v1.19"
31
- beta : " v1.20 "
32
- stable : " v1.22 "
32
+ beta : " v1.22 "
33
+ stable : " TODO "
You can’t perform that action at this time.
0 commit comments