Skip to content

Commit babc0bc

Browse files
committed
[zh-cn] updated blog/2022-05-03-kubernetes-release-1.24.md
1 parent a6072b6 commit babc0bc

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

content/zh-cn/blog/_posts/2022-05-03-kubernetes-release-1.24.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ see [this guide](/blog/2022/03/31/ready-for-dockershim-removal/).
4444
### 从 kubelet 中删除 Dockershim
4545

4646
在 v1.20 版本中被废弃后,dockershim 组件已被从 Kubernetes v1.24 版本的 kubelet 中移除。
47-
从v1.24开始,如果你依赖 Docker Engine 作为容器运行时,
47+
从 v1.24 开始,如果你依赖 Docker Engine 作为容器运行时,
4848
则需要使用其他[受支持的运行时](/zh-cn/docs/setup/production-environment/container-runtimes/)之一
4949
(如 containerd 或 CRI-O)或使用 CRI dockerd。
50-
有关确保群集已准备好进行此删除的更多信息,请参阅[本指南](/zh-cn/blog/2022/03/31/ready-for-dockershim-removal/)
50+
有关确保集群已准备好进行此删除的更多信息,请参阅[本指南](/zh-cn/blog/2022/03/31/ready-for-dockershim-removal/)
5151

5252
<!--
5353
### Beta APIs Off by Default
@@ -98,7 +98,7 @@ for resizing existing persistent volumes.
9898

9999
[存储容量跟踪](https://github.com/kubernetes/enhancements/issues/1472)支持通过
100100
[CSIStorageCapacity 对象](/zh-cn/docs/concepts/storage/storage-capacity/#api)公开当前可用的存储容量,
101-
并增强使用具有后期绑定的 CSI 卷的 pod 的调度。
101+
并增强使用具有后期绑定的 CSI 卷的 Pod 的调度。
102102

103103
[卷的扩展](https://github.com/kubernetes/enhancements/issues/284)增加了对调整现有持久性卷大小的支持。
104104

@@ -139,7 +139,7 @@ using an extra executable.
139139

140140
在 Kubernetes 1.24 中,[gRPC 探测功能](https://github.com/kubernetes/enhancements/issues/2727)
141141
已进入测试版,默认可用。现在,你可以在 Kubernetes 中为你的 gRPC
142-
应用程序原生地[配置启动、活跃度和就绪性探测](/zh-cn/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#configure-probes)
142+
应用程序原生地[配置启动、存活和就绪性探测](/zh-cn/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#configure-probes)
143143
而无需暴露 HTTP 端点或使用额外的可执行文件。
144144

145145
<!--
@@ -202,10 +202,10 @@ Service `ClusterIP` are unique; hence, trying to create a Service with a `Cluste
202202
203203
After being deprecated in Kubernetes 1.22, Dynamic Kubelet Configuration has been removed from the kubelet. The feature will be removed from the API server in Kubernetes 1.26.
204204
-->
205-
### 从 Kubelet 中删除动态 Kubelet 配置
205+
### 从 Kubelet 中移除动态 Kubelet 配置
206206

207-
在 Kubernetes 1.22 中被弃用后,动态 Kubelet 配置已从 kubelet 中删除
208-
该功能将从 Kubernetes 1.26 的 API 服务器中删除
207+
在 Kubernetes 1.22 中被弃用后,动态 Kubelet 配置已从 kubelet 中移除
208+
该功能将从 Kubernetes 1.26 的 API 服务器中移除
209209

210210
<!--
211211
## CNI Version-Related Breaking Change
@@ -237,7 +237,7 @@ declare the CNI config version, you might encounter the following "Incompatible
237237
CNI versions" or "Failed to destroy network for sandbox" error conditions.
238238
-->
239239
当 CNI 插件尚未升级和/或 CNI 配置版本未在 CNI 配置文件中声明时,在 containerd v1.6.0–v1.6.3
240-
中存在 pod CNI 网络设置和拆除的服务问题。containerd 团队报告说,“这些问题在 containerd v1.6.4 中得到解决。”
240+
中存在 Pod CNI 网络设置和拆除的服务问题。containerd 团队报告说,“这些问题在 containerd v1.6.4 中得到解决。”
241241

242242
在 containerd v1.6.0-v1.6.3 版本中,如果你不升级 CNI 插件和/或声明 CNI 配置版本,
243243
你可能会遇到以下 “Incompatible CNI versions” 或 “Failed to destroy network for sandbox” 的错误情况。
@@ -256,7 +256,7 @@ Volume snapshot and restore functionality for Kubernetes and the Container Stora
256256

257257
[VolumeSnapshot v1beta1 CRD 已被移除](https://github.com/kubernetes/enhancements/issues/177)
258258
Kubernetes 和容器存储接口 (CSI) 的卷快照和恢复功能,提供标准化的 API 设计 (CRD) 并添加了对 CSI 卷驱动程序的
259-
PV 快照/恢复支持,在 v1.20 中移至 GA。VolumeSnapshot v1beta1 在 v1.20 中被弃用,现在不受支持。
259+
PV 快照/恢复支持,在 v1.20 中升级至 GA。VolumeSnapshot v1beta1 在 v1.20 中被弃用,现在不受支持。
260260
有关详细信息,请参阅 [KEP-177: CSI 快照](https://git.k8s.io/enhancements/keps/sig-storage/177-volume-snapshot#kep-177-csi-snapshot)
261261
[卷快照 GA 博客](/blog/2020/12/10/kubernetes-1.20-volume-snapshot-moves-to-ga/)
262262

@@ -269,7 +269,7 @@ This release saw fourteen enhancements promoted to stable:
269269
-->
270270
## 其他更新
271271

272-
### 毕业到稳定
272+
### 毕业到稳定版
273273

274274
在此版本中,有 14 项增强功能升级为稳定版:
275275

@@ -297,7 +297,7 @@ This release saw fourteen enhancements promoted to stable:
297297
* [高效的监视恢复](https://github.com/kubernetes/enhancements/issues/1904)
298298
kube-apiserver 重新启动后,可以高效地恢复监视。
299299
* [Service Type=LoadBalancer 类字段](https://github.com/kubernetes/enhancements/issues/1959)
300-
引入新的服务注解 `service.kubernetes.io/load-balancer-class`
300+
引入新的服务注解 `service.kubernetes.io/load-balancer-class`
301301
允许在同一个集群中提供 `type: LoadBalancer` 服务的多个实现。
302302
* [带索引的 Job](https://github.com/kubernetes/enhancements/issues/2214):为带有固定完成计数的 Job 的 Pod 添加完成索引。
303303
* [在 Job API 中增加 suspend 字段](https://github.com/kubernetes/enhancements/issues/2232)
@@ -317,12 +317,12 @@ This release saw two major changes:
317317
* [Dockershim Removal](https://github.com/kubernetes/enhancements/issues/2221)
318318
* [Beta APIs are off by Default](https://github.com/kubernetes/enhancements/issues/3136)
319319
-->
320-
### 主要变化
320+
### 主要变更
321321

322-
此版本有两个主要变化
322+
此版本有两个主要变更
323323

324-
* [Dockershim 移除](https://github.com/kubernetes/enhancements/issues/2221)
325-
* [Beta APIs 默认关闭](https://github.com/kubernetes/enhancements/issues/3136)
324+
* [移除 Dockershim](https://github.com/kubernetes/enhancements/issues/2221)
325+
* [默认关闭 Beta API](https://github.com/kubernetes/enhancements/issues/3136)
326326

327327
<!--
328328
### Release Notes
@@ -361,7 +361,7 @@ release for the Kubernetes community.
361361
-->
362362
### 发布团队
363363

364-
如果没有组成 Kubernetes 1.24 发布团队的坚定个人的共同努力,这个版本是不可能实现的。
364+
如果没有 Kubernetes 1.24 发布团队每个人做出的共同努力,这个版本是不可能实现的。
365365
该团队齐心协力交付每个 Kubernetes 版本中的所有组件,包括代码、文档、发行说明等。
366366

367367
特别感谢我们的发布负责人 James Laverack 指导我们完成了一个成功的发布周期,
@@ -394,7 +394,7 @@ is the work of hundreds of contributors across the globe and thousands of end-us
394394
applications that serve millions. Every one is a star in our sky, helping us chart our course.
395395
-->
396396
古代天文学家到建造 James Webb 太空望远镜的科学家,几代人都怀着敬畏和惊奇的心情仰望星空。
397-
星星启发了我们,点燃了我们的想象力,并引导我们在艰难的海上度过了漫长的夜晚
397+
是这些星辰启发了我们,点燃了我们的想象力,引导我们在艰难的海上度过了漫长的夜晚
398398

399399
通过此版本,我们向上凝视,当我们的社区聚集在一起时可能发生的事情。
400400
Kubernetes 是全球数百名贡献者和数千名最终用户支持的成果,
@@ -450,7 +450,7 @@ all the stargazers out there. ✨
450450
-->
451451
### 生态系统更新
452452

453-
* KubeCon + CloudNativeCon Europe 2022 将于 2022 年 5 月 16 日至 20 日在西班牙巴伦西亚举行!
453+
* KubeCon + CloudNativeCon Europe 2022 2022 年 5 月 16 日至 20 日在西班牙巴伦西亚举行!
454454
你可以在[活动网站](https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/)上找到有关会议和注册的更多信息。
455455
*[2021 年云原生调查](https://www.cncf.io/announcements/2022/02/10/cncf-sees-record-kubernetes-and-container-adoption-in-2021-cloud-native-survey/)
456456
中,CNCF 看到了创纪录的 Kubernetes 和容器采用。参阅[调查结果](https://www.cncf.io/reports/cncf-annual-survey-2021/)
@@ -509,7 +509,7 @@ Have something you’d like to broadcast to the Kubernetes community? Share your
509509
-->
510510
## 参与进来
511511

512-
参与 Kubernetes 的最简单方法是加入符合你兴趣的众多 [特别兴趣组](https://git.k8s.io/community/sig-list.md)(SIG) 之一。
512+
参与 Kubernetes 的最简单方法是加入符合你兴趣的众多[特别兴趣组](https://git.k8s.io/community/sig-list.md)SIG之一。
513513
你有什么想向 Kubernetes 社区广播的内容吗?
514514
在我们的每周的[社区会议](https://git.k8s.io/community/communication)上分享你的声音,并通过以下渠道:
515515

0 commit comments

Comments
 (0)