Skip to content

Commit c1dfb7b

Browse files
authored
Merge pull request #23874 from buptliuwei/patch-2
Fix "visible" translation in static-pod.md
2 parents 005acf9 + 4245414 commit c1dfb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/tasks/configure-pod-container/static-pod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ instead.
3939

4040
kubelet 会尝试通过 Kubernetes API 服务器为每个静态 Pod 自动创建一个
4141
{{< glossary_tooltip text="镜像 Pod" term_id="mirror-pod" >}}。
42-
这意味着节点上运行的静态 Pod 对 API 服务来说是不可见的,但是不能通过 API 服务器来控制。
42+
这意味着节点上运行的静态 Pod 对 API 服务来说是可见的,但是不能通过 API 服务器来控制。
4343

4444
{{< note >}}
4545
如果你在运行一个 Kubernetes 集群,并且在每个节点上都运行一个静态 Pod,

0 commit comments

Comments
 (0)