Skip to content

Commit 664c251

Browse files
authored
Merge pull request #48455 from windsonsea/scalet
[zh] Sync scale/scale-intro.html
2 parents f93548c + b2309af commit 664c251

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

content/zh-cn/docs/tutorials/kubernetes-basics/scale/scale-intro.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,20 @@ <h3>负载均衡</h3>
289289
<p>We hit a different Pod with every request. This demonstrates that the load-balancing is working.</p>
290290
-->
291291
<p>我们每个请求都命中了不同的 Pod,这证明负载均衡正在工作。</p>
292-
<!--
292+
<p>
293+
<!--
294+
The output should be similar to:
295+
-->
296+
输出应该类似于:
297+
</p>
298+
<pre>
299+
Hello Kubernetes bootcamp! | Running on: kubernetes-bootcamp-644c5687f4-wp67j | v=1
300+
Hello Kubernetes bootcamp! | Running on: kubernetes-bootcamp-644c5687f4-hs9dj | v=1
301+
Hello Kubernetes bootcamp! | Running on: kubernetes-bootcamp-644c5687f4-4hjvf | v=1
302+
Hello Kubernetes bootcamp! | Running on: kubernetes-bootcamp-644c5687f4-wp67j | v=1
303+
Hello Kubernetes bootcamp! | Running on: kubernetes-bootcamp-644c5687f4-4hjvf | v=1
304+
</pre>
305+
<!--
293306
<p>If you're running minikube with Docker Desktop as the container driver, a minikube tunnel is needed. This is because containers inside Docker Desktop are isolated from your host computer.<br>
294307
<p>In a separate terminal window, execute:<br>
295308
<code><b>minikube service kubernetes-bootcamp --url</b></code></p>

0 commit comments

Comments
 (0)