-
Notifications
You must be signed in to change notification settings - Fork 1.5k
/
Copy pathkep.yaml
36 lines (31 loc) · 918 Bytes
/
kep.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
title: Kubelet Exec Probe Timeouts
kep-number: 1972
authors:
- "@andrewsykim"
- "@SergeyKanzhelev"
owning-sig: sig-node
participating-sigs:
status: implementable
creation-date: 2020-09-08
reviewers:
- "@dchen1107"
- "@derekwaynecarr"
approvers:
- "@dchen1107"
- "@derekwaynecarr"
# The target maturity stage in the current dev cycle for this KEP.
stage: stable
# The most recent milestone for which work toward delivery of this KEP has been
# done. This can be the current (upcoming) milestone, if it is being actively
# worked on.
latest-milestone: "v1.20"
# The milestone at which this feature was, or is targeted to be, at each stage.
milestone:
stable: "v1.20"
# The following PRR answers are required at alpha release
# List the feature gate name and the components for which it must be enabled
feature-gates:
- name: ExecProbeTimeouts
components:
- kubelet
disable-supported: true