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-scheduling/5278-nominated-node-name-for-expectation/README.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -578,11 +578,12 @@ and an e2e test wouldn't add any additional value.
578
578
579
579
**Upgrade**
580
580
581
-
During the beta period, the feature gate `NominatedNodeNameForExpectation` is enabled by default, so users don't need to opt in.
581
+
During the alpha period, the feature gates `NominatedNodeNameForExpectation` and `ClearingNominatedNodeNameAfterBinding` are disabled by default,
582
+
so users have to enable the gates to opt in.
582
583
583
584
**Downgrade**
584
585
585
-
Users need to disable the feature gate, and restart kube-scheduler and kube-apiserver.
586
+
Users need to disable the feature gates, and restart kube-scheduler and kube-apiserver.
586
587
587
588
On downgrade to the version that doesn't have this feature, there aren't any action that users need to take. For pods that have NominatedNodeName set, scheduler will try to honor it, but:
588
589
- if the pod is still not schedulable, it will clear the field
@@ -616,7 +617,11 @@ which is fine by the today's scheduler implementation as well.
616
617
617
618
-[x] Feature gate (also fill in values in `kep.yaml`)
0 commit comments