summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-02-09 03:44:52 -0800
committerGitHub <noreply@github.com>2018-02-09 03:44:52 -0800
commitc75c7fced1927e5aaf89baa69a8603f626959854 (patch)
tree63054fa6ad097b5012fb4687c973d8c66a8ab1e1
parent9d8a31be35c3a0dde3004b608123be5155f9ecee (diff)
parent47ce655c43d900e3e04a7226a75890580d105c18 (diff)
Merge pull request #1770 from lijianfeng1993/fix_duplication_problem
fix a duplication problem
-rw-r--r--contributors/design-proposals/apps/cronjob.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/apps/cronjob.md b/contributors/design-proposals/apps/cronjob.md
index 41ae7a47..bbc50f96 100644
--- a/contributors/design-proposals/apps/cronjob.md
+++ b/contributors/design-proposals/apps/cronjob.md
@@ -266,7 +266,7 @@ We can solve this in several ways:
1. with three-phase protocol, e.g.:
1. controller creates a "suspended" job.
- 1. controller writes writes an annotation in the SJ saying that it created a job for this time.
+ 1. controller writes an annotation in the SJ saying that it created a job for this time.
1. controller unsuspends that job.
1. by picking a deterministic name, so that at most one object create can succeed.