keps/sig-node/3085-pod-conditions-for-starting-completition-of-sandbox-creation/kep.yaml (33 lines of code) (raw):

title: Pod networking ready condition kep-number: 3085 authors: - "@ddebroy" - "@agamdua" owning-sig: sig-node participating-sigs: - sig-network status: implementable creation-date: 2021-12-14 reviewers: - "@ehashman" - "@dcbw" approvers: - "@derekwaynecarr" - "@aojea" see-also: - none replaces: - none # The target maturity stage in the current dev cycle for this KEP. stage: beta # 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.25" beta: "v1.27" stable: "v1.29" # 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: PodReadyToStartContainersCondition components: - kubelet disable-supported: true # The following PRR answers are required at beta release metrics: - none