keps/sig-node/2238-liveness-probe-grace-period/kep.yaml (27 lines of code) (raw):

title: Liveness Probe Grace Period kep-number: 2238 authors: - "@ehashman" owning-sig: sig-node participating-sigs: - sig-node status: implementable creation-date: 2021-01-07 reviewers: - "@matthyx" - "@dims" - "@derekwaynecarr" - "@smarterclayton" approvers: - "@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.27" # The milestone at which this feature was, or is targeted to be, at each stage. milestone: alpha: "v1.21" beta: "v1.22" stable: "v1.27" # 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: ProbeTerminationGracePeriod components: - kube-apiserver disable-supported: true