Skip to content

Commit d09dcae

Browse files
authored
Merge pull request #36801 from qlijin/improve-translation
[zh-cn] improve the translation about /zh-cn/docs/tutorials/kubernetes-basics/update/update-intro.html
2 parents daeb2cc + f702837 commit d09dcae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
<div class="row">
2727

2828
<div class="col-md-8">
29-
<h3>Objectives</h3>
29+
<!-- <h3>Objectives</h3> -->
30+
<h3>目标</h3>
3031
<ul>
3132
<!--
3233
<li>Perform a rolling update using kubectl.</li>
@@ -131,7 +132,7 @@ <h2 style="color: #3771e3;">滚动更新概述</h2>
131132
<!--
132133
<p>Similar to application Scaling, if a Deployment is exposed publicly, the Service will load-balance the traffic only to available Pods during the update. An available Pod is an instance that is available to the users of the application.</p>
133134
-->
134-
<p>与应用程序扩展类似,如果公开了 Deployment,服务将在更新期间仅对可用的 pod 进行负载均衡。可用 Pod 是应用程序用户可用的实例。</p>
135+
<p>与应用程序扩展类似,如果 Deployment 是公开的,服务将在更新期间仅对可用的 pod 进行负载均衡。可用 Pod 是应用程序用户可用的实例。</p>
135136

136137
<!--
137138
<p>Rolling updates allow the following actions:</p>

0 commit comments

Comments
 (0)