keps/sig-apps/2307-job-tracking-without-lingering-pods/kep.yaml (29 lines of code) (raw):

title: Job tracking without lingering Pods kep-number: 2307 authors: - "@alculquicondor" owning-sig: sig-apps status: implementable creation-date: 2020-01-21 reviewers: - "@erictune" - "@lavalamp" - "@soltysh" approvers: - "@janetkuo" # 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.22" beta: "v1.23" 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: JobTrackingWithFinalizers components: - kube-apiserver - kube-controller-manager disable-supported: false # The following PRR answers are required at beta release metrics: - 'job_sync_duration_seconds' - 'job_sync_total' - 'job_pod_finished'