File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
content/zh-cn/docs/tutorials Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -90,10 +90,12 @@ Kubernetes 文档的这一部分包含教程。
90
90
<!--
91
91
## Services
92
92
93
+ * [Connecting Applications with Services](/docs/tutorials/services/connect-applications-service/)
93
94
* [Using Source IP](/docs/tutorials/services/source-ip/)
94
95
-->
95
96
## 服务 {#services}
96
97
98
+ * [ 使用 Service 连接到应用] ( /zh-cn/docs/tutorials/services/connect-applications-service/ )
97
99
* [ 使用源 IP] ( /zh-cn/docs/tutorials/services/source-ip/ )
98
100
99
101
<!--
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ This tutorial provides a container image that uses NGINX to echo back all the re
69
69
<!--
70
70
## Create a minikube cluster
71
71
72
- 1. Click **Launch Terminal**
72
+ 1. Click **Launch Terminal**.
73
73
-->
74
74
## 创建 Minikube 集群 {#create-a-minikube-cluster}
75
75
@@ -166,9 +166,9 @@ Kubernetes [**Deployment**](/zh-cn/docs/concepts/workloads/controllers/deploymen
166
166
Deployment 是管理 Pod 创建和扩展的推荐方法。
167
167
168
168
<!--
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** .
170
170
-->
171
- 1 . 仅 Katacoda 环境:在终端窗格的顶部,点击加号,然后点击 ** Open a new terminal ** 。
171
+ 1 . 仅 Katacoda 环境:在终端窗格的顶部,点击加号,然后点击 ** Open New Terminal ** 。
172
172
173
173
<!--
174
174
1. Use the `kubectl create` command to create a Deployment that manages a Pod. The
Original file line number Diff line number Diff line change @@ -1537,7 +1537,7 @@ pod/zk-2
1537
1537
```
1538
1538
1539
1539
<!--
1540
- Use `CTRL-C` to terminate to kubectl.
1540
+ Use `CTRL-C` to terminate kubectl.
1541
1541
1542
1542
You cannot drain the third node because evicting `zk-2` would violate `zk-budget`. However, the node will remain cordoned.
1543
1543
You can’t perform that action at this time.
0 commit comments