Skip to content

Commit 49e40d6

Browse files
committed
KEP-2395: update kep.yaml based on new template
Signed-off-by: Andrew Sy Kim <[email protected]>
1 parent 9d41ee8 commit 49e40d6

File tree

1 file changed

+22
-0
lines changed
  • keps/sig-cloud-provider/2395-removing-in-tree-cloud-providers

1 file changed

+22
-0
lines changed

keps/sig-cloud-provider/2395-removing-in-tree-cloud-providers/kep.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,29 @@ reviewers:
2020
approvers:
2121
- "@thockin"
2222
- "@liggit"
23+
prr-approvers:
24+
- "@wojtek-t"
2325
editor: TBD
2426
creation-date: 2018-12-18
2527
last-updated: 2019-04-11
2628
status: implementable
29+
30+
# The most recent milestone for which work toward delivery of this KEP has been
31+
# done. This can be the current (upcoming) milestone, if it is being actively
32+
# worked on.
33+
latest-milestone: "v1.21"
34+
35+
stage: alpha
36+
37+
# The following PRR answers are required at alpha release
38+
# List the feature gate name and the components for which it must be enabled
39+
feature-gates:
40+
- name: DisableCloudProviders
41+
components:
42+
- kubelet
43+
- kube-apiserver
44+
- kube-controller-manager
45+
- name: DisableKubeletCloudCredentialProviders
46+
components:
47+
- kubelet
48+
disable-supported: true

0 commit comments

Comments
 (0)