Skip to content

Commit

Permalink
Merge pull request #43002 from asa3311/sync-zh-60
Browse files Browse the repository at this point in the history
[zh] sync container-runtime config kubeadm-config
  • Loading branch information
k8s-ci-robot committed Sep 12, 2023
2 parents bef7993 + d974c63 commit 224572c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
6 changes: 4 additions & 2 deletions content/zh-cn/docs/reference/glossary/container-runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ tags:
-->

<!--
The container runtime is the software that is responsible for running containers.
A fundamental component that empowers Kubernetes to run containers effectively.
It is responsible for managing the execution and lifecycle of containers within the Kubernetes environment.
-->
容器运行环境是负责运行容器的软件。
这个基础组件使 Kubernetes 能够有效运行容器。
它负责管理 Kubernetes 环境中容器的执行和生命周期。

<!--more-->

Expand Down
11 changes: 2 additions & 9 deletions content/zh-cn/docs/reference/scheduling/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,12 @@ clientConnection:

{{< note >}}
<!--
KubeSchedulerConfiguration [v1beta2](/docs/reference/config-api/kube-scheduler-config.v1beta2/)
is deprecated in v1.25 and will be removed in v1.28.
KubeSchedulerConfiguration [v1beta3](/docs/reference/config-api/kube-scheduler-config.v1beta3/)
is deprecated in v1.26 and will be removed in v1.29.
Please migrate KubeSchedulerConfiguration to [v1](/docs/reference/config-api/kube-scheduler-config.v1/).
-->
KubeSchedulerConfiguration [v1beta2](/zh-cn/docs/reference/config-api/kube-scheduler-config.v1beta2/)
在 v1.25 中已弃用,并将在 v1.28 中移除。
KubeSchedulerConfiguration [v1beta3](/zh-cn/docs/reference/config-api/kube-scheduler-config.v1beta3/)
在 v1.26 中已弃用,并将在 v1.29 中移除。

请将 KubeSchedulerConfiguration 迁移到 [v1](/zh-cn/docs/reference/config-api/kube-scheduler-config.v1/)
KubeSchedulerConfiguration [v1beta3](/zh-cn/docs/reference/config-api/kube-scheduler-config.v1beta3/) 在 v1.26 中已被弃用,
并将在 v1.29 中被移除。请将 KubeSchedulerConfiguration 迁移到 [v1](/zh-cn/docs/reference/config-api/kube-scheduler-config.v1/)
{{< /note >}}

<!--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,14 @@ For more information on using the kubeadm configuration API navigate to
<!--
You can use `kubeadm config migrate` to convert your old configuration files that contain a deprecated
API version to a newer, supported API version.
`kubeadm config validate` can be used for validating a configuration file.
-->
你可以使用 `kubeadm config migrate` 来转换旧配置文件,
把其中已弃用的 API 版本更新为受支持的 API 版本。

`kubeadm config validate` 可用于验证配置文件。

<!--
`kubeadm config images list` and `kubeadm config images pull` can be used to list and pull the images
that kubeadm requires.
Expand All @@ -72,6 +76,9 @@ that kubeadm requires.
## kubeadm config migrate {#cmd-config-migrate}
{{< include "generated/kubeadm_config_migrate.md" >}}

## kubeadm config validate {#cmd-config-validate}
{{< include "generated/kubeadm_config_validate.md" >}}

## kubeadm config images list {#cmd-config-images-list}
{{< include "generated/kubeadm_config_images_list.md" >}}

Expand Down

0 comments on commit 224572c

Please sign in to comment.