Skip to content

Commit 6fb1308

Browse files
authored
Merge pull request kubernetes#2643 from johnbelamaric/enable-disable-ha
Tweak PRR guidance to consider HA
2 parents dd86226 + 4ff8fd8 commit 6fb1308

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

keps/NNNN-kep-template/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,11 +431,16 @@ conversion tests if API types are being modified.
431431
This section must be completed when targeting beta to a release.
432432
-->
433433

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?
435435

436436
<!--
437437
Try to be as paranoid as possible - e.g., what if some components will restart
438438
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.
439444
-->
440445

441446
###### What specific metrics should inform a rollback?

0 commit comments

Comments
 (0)