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 进行填充并发送回用户。
87
87
- ** userInfo.groups** ([ ] string)
88
88
89
89
<!--
90
+ *Atomic: will be replaced during a merge*
91
+
90
92
The names of groups this user is a part of.
91
93
-->
94
+
95
+ ** 原子性:合并期间将被替换**
92
96
93
97
此用户所属的用户组的名称。
94
98
Original file line number Diff line number Diff line change @@ -164,6 +164,8 @@ ReplicaSetStatus 表示 ReplicaSet 的当前状态。
164
164
- **conditions** ([]ReplicaSetCondition)
165
165
166
166
*Patch strategy: merge on key `type`*
167
+
168
+ *Map: unique values on key type will be kept during a merge*
167
169
168
170
Represents the latest available observations of a replica set's current state.
169
171
@@ -173,6 +175,8 @@ ReplicaSetStatus 表示 ReplicaSet 的当前状态。
173
175
- ** conditions** ([ ] ReplicaSetCondition)
174
176
175
177
** 补丁策略:按照键 ` type ` 合并**
178
+
179
+ ** Map:键类型的唯一值将在合并期间保留**
176
180
177
181
表示副本集当前状态的最新可用观测值。
178
182
Original file line number Diff line number Diff line change @@ -14,13 +14,20 @@ weight: 350
14
14
This page provides an overview of the steps you should follow to upgrade a
15
15
Kubernetes cluster.
16
16
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
+
17
21
The way that you upgrade a cluster depends on how you initially deployed it
18
22
and on any subsequent changes.
19
23
20
24
At a high level, the steps you perform are:
21
25
-->
22
26
本页概述升级 Kubernetes 集群的步骤。
23
27
28
+ Kubernetes 项目建议及时升级到最新的补丁版本,并确保使用受支持的 Kubernetes 版本。
29
+ 遵循这一建议有助于保障安全。
30
+
24
31
升级集群的方式取决于你最初部署它的方式、以及后续更改它的方式。
25
32
26
33
从高层规划的角度看,要执行的步骤是:
You can’t perform that action at this time.
0 commit comments