File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -431,11 +431,16 @@ conversion tests if API types are being modified.
431
431
This section must be completed when targeting beta to a release.
432
432
-->
433
433
434
- ###### How can a rollout fail? Can it impact already running workloads?
434
+ ###### How can a rollout or rollback fail? Can it impact already running workloads?
435
435
436
436
<!--
437
437
Try to be as paranoid as possible - e.g., what if some components will restart
438
438
mid-rollout?
439
+
440
+ Be sure to consider highly-available clusters, where, for example,
441
+ feature flags will be enabled on some API servers and not others during the
442
+ rollout. Similarly, consider large clusters and how enablement/disablement
443
+ will rollout across nodes.
439
444
-->
440
445
441
446
###### What specific metrics should inform a rollback?
You can’t perform that action at this time.
0 commit comments