Skip to content

Commit 795fafb

Browse files
authored
Merge pull request #40043 from howieyuen/tutorials
[zh-cn] sync tutorials files
2 parents dd629ff + 1970dd9 commit 795fafb

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,12 @@ Kubernetes 文档的这一部分包含教程。
9090
<!--
9191
## Services
9292
93+
* [Connecting Applications with Services](/docs/tutorials/services/connect-applications-service/)
9394
* [Using Source IP](/docs/tutorials/services/source-ip/)
9495
-->
9596
## 服务 {#services}
9697

98+
* [使用 Service 连接到应用](/zh-cn/docs/tutorials/services/connect-applications-service/)
9799
* [使用源 IP](/zh-cn/docs/tutorials/services/source-ip/)
98100

99101
<!--

content/zh-cn/docs/tutorials/hello-minikube.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ This tutorial provides a container image that uses NGINX to echo back all the re
6969
<!--
7070
## Create a minikube cluster
7171
72-
1. Click **Launch Terminal**
72+
1. Click **Launch Terminal**.
7373
-->
7474
## 创建 Minikube 集群 {#create-a-minikube-cluster}
7575

@@ -166,9 +166,9 @@ Kubernetes [**Deployment**](/zh-cn/docs/concepts/workloads/controllers/deploymen
166166
Deployment 是管理 Pod 创建和扩展的推荐方法。
167167

168168
<!--
169-
1. Katacoda environment only: At the top of the terminal pane, click the plus sign, and then click open a new terminal.
169+
1. Katacoda environment only: At the top of the terminal pane, click the plus sign, and then **Open New Terminal**.
170170
-->
171-
1. 仅 Katacoda 环境:在终端窗格的顶部,点击加号,然后点击 **Open a new terminal**
171+
1. 仅 Katacoda 环境:在终端窗格的顶部,点击加号,然后点击 **Open New Terminal**
172172

173173
<!--
174174
1. Use the `kubectl create` command to create a Deployment that manages a Pod. The

content/zh-cn/docs/tutorials/stateful-application/zookeeper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1537,7 +1537,7 @@ pod/zk-2
15371537
```
15381538

15391539
<!--
1540-
Use `CTRL-C` to terminate to kubectl.
1540+
Use `CTRL-C` to terminate kubectl.
15411541
15421542
You cannot drain the third node because evicting `zk-2` would violate `zk-budget`. However, the node will remain cordoned.
15431543

0 commit comments

Comments
 (0)