Skip to content

Commit 2b119d4

Browse files
committed
Address review comments
Co-authored-by: kishen-v <[email protected]>
1 parent 92c53c6 commit 2b119d4

File tree

1 file changed

+5
-4
lines changed
  • keps/sig-node/3953-node-resource-hot-plug

1 file changed

+5
-4
lines changed

keps/sig-node/3953-node-resource-hot-plug/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -560,10 +560,11 @@ This section must be completed when targeting alpha to a release.
560560
561561
###### Does enabling the feature change any default behavior?
562562
563-
No. This feature is guarded by a feature gate. Existing default behavior does not change if the
564-
feature is not used.
565-
Even if the feature is enabled via feature gate, If there is no change in
566-
node configuration the system will continue to work in the same way.
563+
No behavior change when there is no change in node allocatable resources, and this feature is guarded by `NodeResourceHotPlug` feature gate.
564+
565+
With feature enabled:
566+
Hotplug of resource will lead to increase in Node allocatable resource and allowing Pending pods to be scheduled.
567+
HotUnplug of resource will lead to decrease in Node allocatable resource, transitions the Node into NotReady state and may cause the workload disruption.
567568
568569
###### Can the feature be disabled once it has been enabled (i.e. can we roll back the enablement)?
569570

0 commit comments

Comments
 (0)