keps/sig-network/1672-tracking-terminating-endpoints/kep.yaml (32 lines of code) (raw):
title: Tracking Terminating Endpoints in EndpointSlice
kep-number: 1672
authors:
- "@andrewsykim"
owning-sig: sig-network
participating-sigs:
- sig-scalability
status: implementable
creation-date: 2020-04-07
reviewers:
- "@thockin"
- "@robscott"
- "@freehan"
- "@smarterclayton"
- "@wojtek-t"
approvers:
- "@thockin"
see-also:
- /kep/sig-network/20190603-EndpointSlice-API.md
replaces: []
# 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.26"
# The milestone at which this feature was, or is targeted to be, at each stage.
milestone:
alpha: "v1.20"
beta: "v1.22"
stable: "v1.26"
# 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: EndpointSliceTerminatingCondition
components:
- kube-apiserver
- kube-controller-manager
disable-supported: true