File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
content/zh-cn/docs/tutorials Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,15 @@ Kubernetes 文档的这一部分包含教程。
54
54
* [ 示例:配置 Java 微服务] ( /zh-cn/docs/tutorials/configuration/configure-java-microservice/ )
55
55
* [ 使用 ConfigMap 配置 Redis] ( /zh-cn/docs/tutorials/configuration/configure-redis-using-configmap/ )
56
56
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
+
57
66
<!--
58
67
## Stateless Applications
59
68
Original file line number Diff line number Diff line change @@ -138,12 +138,12 @@ It creates a [headless Service](/docs/concepts/services-networking/service/#head
138
138
139
139
<!--
140
140
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
142
142
of the StatefulSet's Pods.
143
143
-->
144
144
你需要使用至少两个终端窗口。在第一个终端中,使用
145
145
[ ` kubectl get ` ] ( /docs/reference/generated/kubectl/kubectl-commands/#get )
146
- 来监视 StatefulSet 的 Pod 的创建情况。
146
+ 来{{< glossary_tooltip text="监视" term_id="watch" >}} StatefulSet 的 Pod 的创建情况。
147
147
148
148
<!--
149
149
# use this terminal to run commands that specify --watch
You can’t perform that action at this time.
0 commit comments