File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
keps/sig-scheduling/3094-pod-topology-spread-considering-taints Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 509
509
The policies are respected again.
510
510
511
511
###### Are there any tests for feature enablement/disablement?
512
- Yes, unit test will switch the feature gate manually to compare the different behavior .
512
+ No, appropriate unit tests will be added for Alpha .
513
513
514
514
<!--
515
515
The e2e framework does not currently support enabling or disabling feature
@@ -535,7 +535,8 @@ feature flags will be enabled on some API servers and not others during the
535
535
rollout. Similarly, consider large clusters and how enablement/disablement
536
536
will rollout across nodes.
537
537
-->
538
- N/A
538
+ It's an opt-in feature for end-users and will maintain current behaviors if not set, so
539
+ it will not impact the running workloads.
539
540
540
541
###### What specific metrics should inform a rollback?
541
542
@@ -548,7 +549,7 @@ that might indicate a serious problem?
548
549
- A spike on failure events with keyword "failed spreadConstraint" in scheduler log.
549
550
550
551
###### Were upgrade and rollback tested? Was the upgrade->downgrade->upgrade path tested?
551
- N/A
552
+ No. This will be tested upon beta graduation.
552
553
553
554
<!--
554
555
Describe manual testing that was done and the outcomes.
You can’t perform that action at this time.
0 commit comments