sync container-runtime config kubeadm-config
sync container-runtime config kubeadm-configpull/43002/head
parent
1e398be752
commit
d974c637f1
|
@ -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-->
|
||||
|
||||
|
|
|
@ -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 >}}
|
||||
|
||||
<!--
|
||||
|
|
|
@ -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.
|
||||
|
@ -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" >}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue