diff --git a/keps/prod-readiness/sig-scheduling/5278.yaml b/keps/prod-readiness/sig-scheduling/5278.yaml index b3de9d3e79c..292cbad97c4 100644 --- a/keps/prod-readiness/sig-scheduling/5278.yaml +++ b/keps/prod-readiness/sig-scheduling/5278.yaml @@ -1,3 +1,5 @@ kep-number: 5278 alpha: approver: "@soltysh" +beta: + approver: "@soltysh" diff --git a/keps/sig-scheduling/5278-nominated-node-name-for-expectation/README.md b/keps/sig-scheduling/5278-nominated-node-name-for-expectation/README.md index 6d9a13f4400..31be7be3194 100644 --- a/keps/sig-scheduling/5278-nominated-node-name-for-expectation/README.md +++ b/keps/sig-scheduling/5278-nominated-node-name-for-expectation/README.md @@ -630,7 +630,7 @@ Pods that are processed by Permit or PreBind plugins get NominatedNodeName durin ###### Can the feature be disabled once it has been enabled (i.e. can we roll back the enablement)? Yes. -The feature can be disabled in Alpha version by restarting the kube-scheduler and kube-apiserver with the feature-gate off. +The feature can be disabled in Beta version by restarting the kube-scheduler and kube-apiserver with the feature-gate off. ###### What happens if we reenable the feature if it was previously rolled back? @@ -752,8 +752,8 @@ No. ###### Will enabling / using this feature result in non-negligible increase of resource usage (CPU, RAM, disk, IO, ...) in any components? Yes - but it should be negligible impact. -The memory usage in kube-scheduler is supposed to increase by external components starting to use this -because when `NominatedNodeName` is added on the pods, the scheduler's internal component called `nominator` has to record them so that scheduling cycles can refer to them as necessary. +The memory usage in kube-scheduler is supposed to increase because when `NominatedNodeName` is added on the pods, the scheduler's +internal component called `nominator` has to record them so that scheduling cycles can refer to them as necessary. ###### Can enabling / using this feature result in resource exhaustion of some node resources (PIDs, sockets, inodes, etc.)? diff --git a/keps/sig-scheduling/5278-nominated-node-name-for-expectation/kep.yaml b/keps/sig-scheduling/5278-nominated-node-name-for-expectation/kep.yaml index 212a884713f..66154d24781 100644 --- a/keps/sig-scheduling/5278-nominated-node-name-for-expectation/kep.yaml +++ b/keps/sig-scheduling/5278-nominated-node-name-for-expectation/kep.yaml @@ -17,7 +17,7 @@ approvers: stage: alpha -latest-milestone: "v1.34" +latest-milestone: "v1.35" milestone: alpha: "v1.34"