You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-node/3953-node-resource-hot-plug/README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -560,10 +560,11 @@ This section must be completed when targeting alpha to a release.
560
560
561
561
###### Does enabling the feature change any default behavior?
562
562
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.
567
568
568
569
###### Can the feature be disabled once it has been enabled (i.e. can we roll back the enablement)?
0 commit comments