Skip to content

Commit e20490b

Browse files
committed
[zh-cn]sync basic-stateful-set tutorials/_index
Signed-off-by: xin.li <[email protected]>
1 parent 63081ab commit e20490b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

content/zh-cn/docs/tutorials/_index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,15 @@ Kubernetes 文档的这一部分包含教程。
5454
* [示例:配置 Java 微服务](/zh-cn/docs/tutorials/configuration/configure-java-microservice/)
5555
* [使用 ConfigMap 配置 Redis](/zh-cn/docs/tutorials/configuration/configure-redis-using-configmap/)
5656

57+
<!--
58+
## Authoring Pods
59+
60+
* [Adopting Sidecar Containers](/docs/tutorials/configuration/pod-sidecar-containers/)
61+
-->
62+
## 构造 Pod
63+
64+
* [采用 Sidecar 容器](/zh-cn/docs/tutorials/configuration/pod-sidecar-containers/)
65+
5766
<!--
5867
## Stateless Applications
5968

content/zh-cn/docs/tutorials/stateful-application/basic-stateful-set.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,12 @@ It creates a [headless Service](/docs/concepts/services-networking/service/#head
138138

139139
<!--
140140
You will need to use at least two terminal windows. In the first terminal, use
141-
[`kubectl get`](/docs/reference/generated/kubectl/kubectl-commands/#get) to watch the creation
141+
[`kubectl get`](/docs/reference/generated/kubectl/kubectl-commands/#get) to {{< glossary_tooltip text="watch" term_id="watch" >}} the creation
142142
of the StatefulSet's Pods.
143143
-->
144144
你需要使用至少两个终端窗口。在第一个终端中,使用
145145
[`kubectl get`](/docs/reference/generated/kubectl/kubectl-commands/#get)
146-
来监视 StatefulSet 的 Pod 的创建情况。
146+
来{{< glossary_tooltip text="监视" term_id="watch" >}} StatefulSet 的 Pod 的创建情况。
147147

148148
<!--
149149
# use this terminal to run commands that specify --watch

0 commit comments

Comments
 (0)