Skip to content

Commit 2326454

Browse files
authored
Merge pull request #32441 from my-git9/cronjob
[zh] Update cron-jobs and delete repeat context
2 parents 2d77b8e + bd6b45c commit 2326454

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

content/zh/docs/concepts/workloads/controllers/cron-jobs.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -115,19 +115,7 @@ This example CronJob manifest prints the current time and a hello message every
115115
# │ │ ┌───────────── 月的某天 (1 - 31)
116116
# │ │ │ ┌───────────── 月份 (1 - 12)
117117
# │ │ │ │ ┌───────────── 周的某天 (0 - 6)(周日到周一;在某些系统上,7 也是星期日)
118-
# │ │ │ │ │
119-
# │ │ │ │ │
120-
# │ │ │ │ │
121-
# * * * * *
122-
```
123-
124-
```
125-
# ┌───────────── 分钟 (0 - 59)
126-
# │ ┌───────────── 小时 (0 - 23)
127-
# │ │ ┌───────────── 月的某天 (1 - 31)
128-
# │ │ │ ┌───────────── 月份 (1 - 12)
129-
# │ │ │ │ ┌───────────── 周的某天 (0 - 6) (周日到周一;在某些系统上,7 也是星期日)
130-
# │ │ │ │ │
118+
# │ │ │ │ │ 或者是 sun,mon,tue,web,thu,fri,sat
131119
# │ │ │ │ │
132120
# │ │ │ │ │
133121
# * * * * *

0 commit comments

Comments
 (0)