keps/sig-node/1972-kubelet-exec-probe-timeouts/kep.yaml (24 lines of code) (raw):

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.24" # The milestone at which this feature was, or is targeted to be, at each stage. milestone: stable: "v1.24" # 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