diff options
| -rw-r--r-- | contributors/design-proposals/apps/daemonset-update.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/apps/daemonset-update.md b/contributors/design-proposals/apps/daemonset-update.md index 1fb8f75b..aea7e244 100644 --- a/contributors/design-proposals/apps/daemonset-update.md +++ b/contributors/design-proposals/apps/daemonset-update.md @@ -202,7 +202,7 @@ For each pending DaemonSet updates, it will: - The history will be labeled with `DefaultDaemonSetUniqueLabelKey`. - DaemonSet controller will add a ControllerRef in the history `.ownerReferences`. - - Current history should have the largest `.revision` number amonst all + - Current history should have the largest `.revision` number amongst all existing history. Update `.revision` if it's not (e.g. after a rollback.) - If more than one current history is found, remove duplicates and relabel their pods' `DefaultDaemonSetUniqueLabelKey`. |
