Skip to content

Commit f975a48

Browse files
authored
Merge pull request #35288 from yanrongshi/zh-cn]Resync-deployment
[zh-cn]resync deployment.md
2 parents fa3ba78 + 7fd2fee commit f975a48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/zh-cn/docs/concepts/workloads/controllers/deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ A _Deployment_ provides declarative updates for {{< glossary_tooltip text="Pods"
3131
<!--
3232
You describe a _desired state_ in a Deployment, and the Deployment {{< glossary_tooltip term_id="controller" >}} changes the actual state to the desired state at a controlled rate. You can define Deployments to create new ReplicaSets, or to remove existing Deployments and adopt all their resources with new Deployments.
3333
-->
34-
你负责描述 Deployment 中的 _目标状态_,而 Deployment {{< glossary_tooltip term_id="controller" >}}
34+
你负责描述 Deployment 中的 **目标状态**,而 Deployment {{< glossary_tooltip term_id="controller" >}}
3535
以受控速率更改实际状态,
3636
使其变为期望状态。你可以定义 Deployment 以创建新的 ReplicaSet,或删除现有 Deployment,
3737
并通过新的 Deployment 收养其资源。
@@ -1470,7 +1470,7 @@ Kubernetes marks a Deployment as _progressing_ when one of the following tasks i
14701470
-->
14711471
### 进行中的 Deployment {#progressing-deployment}
14721472

1473-
执行下面的任务期间,Kubernetes 标记 Deployment 为 _进行中(Progressing)_
1473+
执行下面的任务期间,Kubernetes 标记 Deployment 为**进行中**(Progressing)_
14741474

14751475
<!--
14761476
* The Deployment creates a new ReplicaSet.
@@ -1506,7 +1506,7 @@ Kubernetes marks a Deployment as _complete_ when it has the following characteri
15061506
-->
15071507
### 完成的 Deployment {#complete-deployment}
15081508

1509-
当 Deployment 具有以下特征时,Kubernetes 将其标记为 _完成(Complete)_
1509+
当 Deployment 具有以下特征时,Kubernetes 将其标记为**完成(Complete)**;
15101510

15111511
<!--
15121512
* All of the replicas associated with the Deployment have been updated to the latest version you've specified, meaning any

0 commit comments

Comments
 (0)