Merge pull request #1320 from xuhuilong/patch-1

Automatic merge from submit-queue.

Typo error.
This commit is contained in:
Kubernetes Submit Queue 2017-11-02 10:54:20 -07:00 committed by GitHub
commit f20180cb62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`.