Skip to content

Commit 0549537

Browse files
committed
sync self-subject-review-v1 replica-set-v1 cluster-upgrade
Update self-subject-review-v1.md
1 parent 00c5997 commit 0549537

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

content/zh-cn/docs/reference/kubernetes-api/authentication-resources/self-subject-review-v1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,12 @@ SelfSubjectReviewStatus 由 kube-apiserver 进行填充并发送回用户。
8787
- **userInfo.groups** ([]string)
8888

8989
<!--
90+
*Atomic: will be replaced during a merge*
91+
9092
The names of groups this user is a part of.
9193
-->
94+
95+
**原子性:合并期间将被替换**
9296

9397
此用户所属的用户组的名称。
9498

content/zh-cn/docs/reference/kubernetes-api/workload-resources/replica-set-v1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ ReplicaSetStatus 表示 ReplicaSet 的当前状态。
164164
- **conditions** ([]ReplicaSetCondition)
165165
166166
*Patch strategy: merge on key `type`*
167+
168+
*Map: unique values on key type will be kept during a merge*
167169
168170
Represents the latest available observations of a replica set's current state.
169171
@@ -173,6 +175,8 @@ ReplicaSetStatus 表示 ReplicaSet 的当前状态。
173175
- **conditions** ([]ReplicaSetCondition)
174176

175177
**补丁策略:按照键 `type` 合并**
178+
179+
**Map:键类型的唯一值将在合并期间保留**
176180

177181
表示副本集当前状态的最新可用观测值。
178182

content/zh-cn/docs/tasks/administer-cluster/cluster-upgrade.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,20 @@ weight: 350
1414
This page provides an overview of the steps you should follow to upgrade a
1515
Kubernetes cluster.
1616
17+
The Kubernetes project recommends upgrading to the latest patch releases promptly, and
18+
to ensure that you are running a supported minor release of Kubernetes.
19+
Following this recommendation helps you to to stay secure.
20+
1721
The way that you upgrade a cluster depends on how you initially deployed it
1822
and on any subsequent changes.
1923
2024
At a high level, the steps you perform are:
2125
-->
2226
本页概述升级 Kubernetes 集群的步骤。
2327

28+
Kubernetes 项目建议及时升级到最新的补丁版本,并确保使用受支持的 Kubernetes 版本。
29+
遵循这一建议有助于保障安全。
30+
2431
升级集群的方式取决于你最初部署它的方式、以及后续更改它的方式。
2532

2633
从高层规划的角度看,要执行的步骤是:

0 commit comments

Comments
 (0)