@@ -4,6 +4,14 @@ title: "Kubernetes 旧版软件包仓库将于 2023 年 9 月 13 日被冻结"
4
4
date : 2023-08-31T15:30:00-07:00
5
5
slug : legacy-package-repository-deprecation
6
6
evergreen : true
7
+ author : >
8
+ Bob Killen (Google),
9
+ Chris Short (AWS),
10
+ Jeremy Rickard (Microsoft),
11
+ Marko Mudrinić (Kubermatic),
12
+ Tim Bannister (The Scale Factory)
13
+ translator : >
14
+ [Mengjiao Liu](https://github.com/mengjiao-liu) (DaoCloud)
7
15
---
8
16
9
17
<!--
@@ -12,13 +20,13 @@ title: "Kubernetes Legacy Package Repositories Will Be Frozen On September 13, 2
12
20
date: 2023-08-31T15:30:00-07:00
13
21
slug: legacy-package-repository-deprecation
14
22
evergreen: true
23
+ author: >
24
+ Bob Killen (Google),
25
+ Chris Short (AWS),
26
+ Jeremy Rickard (Microsoft),
27
+ Marko Mudrinić (Kubermatic),
28
+ Tim Bannister (The Scale Factory)
15
29
-->
16
- <!--
17
- **Authors**: Bob Killen (Google), Chris Short (AWS), Jeremy Rickard (Microsoft), Marko Mudrinić (Kubermatic), Tim Bannister (The Scale Factory)
18
- -->
19
- ** 作者** :Bob Killen (Google), Chris Short (AWS), Jeremy Rickard (Microsoft), Marko Mudrinić (Kubermatic), Tim Bannister (The Scale Factory)
20
-
21
- ** 译者** :[ Mengjiao Liu] ( https://github.com/mengjiao-liu ) (DaoCloud)
22
30
23
31
<!--
24
32
On August 15, 2023, the Kubernetes project announced the general availability of
@@ -51,6 +59,14 @@ distributor, and what steps you may need to take.
51
59
请继续阅读以了解这对于作为用户或分发商的你意味着什么,
52
60
以及你可能需要采取哪些步骤。
53
61
62
+ <!--
63
+ **ℹ Update (March 26, 2024): _the legacy Google-hosted repositories went
64
+ away on March 4, 2024. It's not possible to install Kubernetes packages from
65
+ the legacy Google-hosted package repositories any longer._**
66
+ -->
67
+ ** i 更新(2024 年 3 月 26 日):旧 Google 托管仓库已于 2024 年 3 月 4 日下线。
68
+ 现在无法再从旧 Google 托管软件包仓库安装 Kubernetes 软件包。**
69
+
54
70
<!--
55
71
## How does this affect me as a Kubernetes end user?
56
72
@@ -90,11 +106,11 @@ managing Kubernetes for you, then they would usually take responsibility for tha
90
106
那么他们通常会负责该检查。
91
107
92
108
<!--
93
- If you have a managed [control plane](/docs/concepts/overview/components /#control-plane-components)
109
+ If you have a managed [control plane](/docs/concepts/architecture /#control-plane-components)
94
110
but you are responsible for **managing the nodes yourself**, and any of those nodes run Linux,
95
111
you should [check](#check-if-affected) whether you are affected.
96
112
-->
97
- 如果你使用的是托管的[ 控制平面] ( /zh-cn/docs/concepts/overview/components /#control-plane-components )
113
+ 如果你使用的是托管的[ 控制平面] ( /zh-cn/docs/concepts/architecture /#control-plane-components )
98
114
但你负责** 自行管理节点** ,并且每个节点都运行 Linux,
99
115
你应该[ 检查] ( #check-if-affected ) 你是否会受到影响。
100
116
@@ -141,6 +157,8 @@ possible and inform your users about this change and what steps they need to tak
141
157
<!--
142
158
## Timeline of changes
143
159
160
+ _(updated on March 26, 2024)_
161
+
144
162
- **15th August 2023:**
145
163
Kubernetes announces a new, community-managed source for Linux software packages of Kubernetes components
146
164
- **31st August 2023:**
@@ -150,10 +168,16 @@ possible and inform your users about this change and what steps they need to tak
150
168
Kubernetes will freeze the legacy package repositories,
151
169
(`apt.kubernetes.io` and `yum.kubernetes.io`).
152
170
The freeze will happen immediately following the patch releases that are scheduled for September, 2023.
171
+ - **12th January 2024:**
172
+ Kubernetes announced intentions to remove the legacy package repositories in January 2024
173
+ - **4th March 2024:**
174
+ The legacy package repositories have been removed. It's not possible to install Kubernetes packages from
175
+ the legacy package repositories any longer
153
176
-->
154
177
## 变更时间表 {#timeline-of-changes}
155
178
156
179
<!-- note to maintainers - the trailing whitespace is significant -->
180
+ ** (更新于 2024 年 3 月 26 日)**
157
181
158
182
- ** 2023 年 8 月 15 日:**
159
183
Kubernetes 宣布推出一个新的社区管理的 Kubernetes 组件 Linux 软件包源
@@ -162,6 +186,10 @@ possible and inform your users about this change and what steps they need to tak
162
186
- ** 2023 年 9 月 13 日** (左右):
163
187
Kubernetes 将冻结旧软件包仓库(` apt.kubernetes.io ` 和 ` yum.kubernetes.io ` )。
164
188
冻结将计划于 2023 年 9 月发布补丁版本后立即进行。
189
+ - ** 2024 年 1 月 12 日:**
190
+ Kubernetes 宣布计划在 2024 年 1 月移除旧软件包仓库。
191
+ - ** 2024 年 3 月 4 日:**
192
+ 旧软件包仓库已被移除,现在无法再从旧软件包仓库安装 Kubernetes 软件包。
165
193
166
194
<!--
167
195
The Kubernetes patch releases scheduled for September 2023 (v1.28.2, v1.27.6,
@@ -195,29 +223,51 @@ community-owned repositories (`pkgs.k8s.io`).
195
223
196
224
Kubernetes 1.29 及以后的版本将** 仅** 发布软件包到社区拥有的仓库(` pkgs.k8s.io ` )。
197
225
226
+ <!--
227
+ ### What releases are available in the new community-owned package repositories?
228
+
229
+ Linux packages for releases starting from Kubernetes v1.24.0 are available in the
230
+ Kubernetes package repositories (`pkgs.k8s.io`). Kubernetes does not have official
231
+ Linux packages available for earlier releases of Kubernetes; however, your Linux
232
+ distribution may provide its own packages.
233
+ -->
234
+ ### 新的社区拥有的软件包仓库提供哪些可用的软件包版本? {#what-releases-are-available-in-the-new-community-owned-package-repositories}
235
+
236
+ Kubernetes 软件包仓库(` pkgs.k8s.io ` )提供从 Kubernetes v1.24.0 版本开始的 Linux 软件包。
237
+ Kubernetes 官方没有为早期的 Kubernetes 版本提供可用的 Linux 软件包,但你的 Linux 发行版可能会提供其自有的软件包。
238
+
198
239
<!--
199
240
## Can I continue to use the legacy package repositories?
200
241
242
+ _(updated on March 26, 2024)_
243
+
244
+ **The legacy Google-hosted repositories went away on March 4, 2024. It's not possible
245
+ to install Kubernetes packages from the legacy Google-hosted package repositories any
246
+ longer.**
247
+
201
248
The existing packages in the legacy repositories will be available for the foreseeable
202
249
future. However, the Kubernetes project can't provide _any_ guarantees on how long
203
250
is that going to be. The deprecated legacy repositories, and their contents, might
204
251
be removed at any time in the future and without a further notice period.
205
-
206
- **UPDATE**: The legacy packages are expected to go away in January 2024.
207
252
-->
208
253
## 我可以继续使用旧软件包仓库吗? {#can-i-continue-to-use-the-legacy-package-repositories}
209
254
255
+ ** (更新于 2024 年 3 月 26 日)**
256
+
257
+ ** 旧 Google 托管软件包仓库已于 2024 年 3 月 4 日下线。
258
+ 现在无法再从旧 Google 托管软件包仓库安装 Kubernetes 软件包。**
259
+
210
260
~~ 旧仓库中的现有软件包将在可预见的未来内保持可用。然而,
211
261
Kubernetes 项目无法对这会持续多久提供** 任何** 保证。
212
262
已弃用的旧仓库及其内容可能会在未来随时删除,恕不另行通知。~~
213
263
214
- ** 更新** : 旧版软件包预计将于 2024 年 1 月被删除。
215
-
216
264
<!--
217
- The Kubernetes project **strongly recommends** migrating to the new community-owned
218
- repositories **as soon as possible**.
265
+ ~~The Kubernetes project **strongly recommends** migrating to the new community-owned
266
+ repositories **as soon as possible**.~~ Migrating to the new package repositories is
267
+ required to consume the official Kubernetes packages.
219
268
-->
220
- Kubernetes 项目** 强烈建议尽快** 迁移到新的社区拥有的仓库。
269
+ ~~ Kubernetes 项目** 强烈建议尽快** 迁移到新的社区拥有的仓库。~~
270
+ 要使用 Kubernetes 官方软件包,需要迁移到新的软件包仓库。
221
271
222
272
<!--
223
273
Given that no new releases will be published to the legacy repositories **after the September 13, 2023**
0 commit comments