File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -14,13 +14,20 @@ weight: 350
1414This page provides an overview of the steps you should follow to upgrade a
1515Kubernetes 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+
1721The way that you upgrade a cluster depends on how you initially deployed it
1822and on any subsequent changes.
1923
2024At a high level, the steps you perform are:
2125-->
2226本页概述升级 Kubernetes 集群的步骤。
2327
28+ Kubernetes 项目建议及时升级到最新的补丁版本,并确保使用受支持的 Kubernetes 版本。
29+ 遵循这一建议有助于保障安全。
30+
2431升级集群的方式取决于你最初部署它的方式、以及后续更改它的方式。
2532
2633从高层规划的角度看,要执行的步骤是:
You can’t perform that action at this time.
0 commit comments