Skip to content

Commit 9139b2d

Browse files
committed
[zh-cn] sync cron-jobs pods/_index
Signed-off-by: xin.li <[email protected]>
1 parent 1762dc4 commit 9139b2d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ The `.spec.schedule` field is required. The value of that field follows the [Cro
128128
```
129129

130130
<!--
131-
For example, `0 0 13 * 5` states that the task must be started every Friday at midnight, as well as on the 13th of each month at midnight.
131+
For example, `0 3 * * 1` means this task is scheduled to run weekly on a Monday at 3 AM.
132132
-->
133-
例如 `0 0 13 * 5` 表示此任务必须在每个星期五的午夜以及每个月的 13 日的午夜开始
133+
例如 `0 0 13 * 5` 表示此任务计划于每周一凌晨 3 点运行
134134

135135
<!--
136136
The format also includes extended "Vixie cron" step values. As explained in the

content/zh-cn/docs/concepts/workloads/pods/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ Pods, the kubelet directly supervises each static Pod (and restarts it if it fai
589589
<!--
590590
Static Pods are always bound to one {{< glossary_tooltip term_id="kubelet" >}} on a specific node.
591591
The main use for static Pods is to run a self-hosted control plane: in other words,
592-
using the kubelet to supervise the individual [control plane components](/docs/concepts/overview/components/#control-plane-components).
592+
using the kubelet to supervise the individual [control plane components](/docs/concepts/architecture/#control-plane-components).
593593
594594
The kubelet automatically tries to create a {{< glossary_tooltip text="mirror Pod" term_id="mirror-pod" >}}
595595
on the Kubernetes API server for each static Pod.
@@ -599,7 +599,7 @@ but cannot be controlled from there. See the guide [Create static Pods](/docs/ta
599599
静态 Pod 通常绑定到某个节点上的 {{< glossary_tooltip text="kubelet" term_id="kubelet" >}}。
600600
其主要用途是运行自托管的控制面。
601601
在自托管场景中,使用 `kubelet`
602-
来管理各个独立的[控制面组件](/zh-cn/docs/concepts/overview/components/#control-plane-components)
602+
来管理各个独立的[控制面组件](/zh-cn/docs/concepts/architecture/#control-plane-components)
603603

604604
`kubelet` 自动尝试为每个静态 Pod 在 Kubernetes API
605605
服务器上创建一个{{< glossary_tooltip text="镜像 Pod" term_id="mirror-pod" >}}。

0 commit comments

Comments
 (0)