Skip to content

Commit c0bce5c

Browse files
committed
prr questionnaire updated
1 parent f89c50a commit c0bce5c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

keps/sig-scheduling/5278-nominated-node-name-for-expectation/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ Pods that are processed by Permit or PreBind plugins get NominatedNodeName durin
630630
###### Can the feature be disabled once it has been enabled (i.e. can we roll back the enablement)?
631631

632632
Yes.
633-
The feature can be disabled in Alpha version by restarting the kube-scheduler and kube-apiserver with the feature-gate off.
633+
The feature can be disabled in Beta version by restarting the kube-scheduler and kube-apiserver with the feature-gate off.
634634

635635
###### What happens if we reenable the feature if it was previously rolled back?
636636

@@ -752,8 +752,8 @@ No.
752752
###### Will enabling / using this feature result in non-negligible increase of resource usage (CPU, RAM, disk, IO, ...) in any components?
753753

754754
Yes - but it should be negligible impact.
755-
The memory usage in kube-scheduler is supposed to increase by external components starting to use this
756-
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.
755+
The memory usage in kube-scheduler is supposed to increase because when `NominatedNodeName` is added on the pods, the scheduler's
756+
internal component called `nominator` has to record them so that scheduling cycles can refer to them as necessary.
757757

758758
###### Can enabling / using this feature result in resource exhaustion of some node resources (PIDs, sockets, inodes, etc.)?
759759

keps/sig-scheduling/5278-nominated-node-name-for-expectation/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ approvers:
1717

1818
stage: alpha
1919

20-
latest-milestone: "v1.34"
20+
latest-milestone: "v1.35"
2121

2222
milestone:
2323
alpha: "v1.34"

0 commit comments

Comments
 (0)