File tree Expand file tree Collapse file tree 3 files changed +13
-11
lines changed
content/zh-cn/docs/reference Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 26
26
-->
27
27
28
28
<!--
29
- The container runtime is the software that is responsible for running containers.
29
+ A fundamental component that empowers Kubernetes to run containers effectively.
30
+ It is responsible for managing the execution and lifecycle of containers within the Kubernetes environment.
30
31
-->
31
- 容器运行环境是负责运行容器的软件。
32
+ 这个基础组件使 Kubernetes 能够有效运行容器。
33
+ 它负责管理 Kubernetes 环境中容器的执行和生命周期。
32
34
33
35
<!-- more-->
34
36
Original file line number Diff line number Diff line change @@ -52,19 +52,12 @@ clientConnection:
52
52
53
53
{{< note >}}
54
54
<!--
55
- KubeSchedulerConfiguration [v1beta2](/docs/reference/config-api/kube-scheduler-config.v1beta2/)
56
- is deprecated in v1.25 and will be removed in v1.28.
57
55
KubeSchedulerConfiguration [v1beta3](/docs/reference/config-api/kube-scheduler-config.v1beta3/)
58
56
is deprecated in v1.26 and will be removed in v1.29.
59
-
60
57
Please migrate KubeSchedulerConfiguration to [v1](/docs/reference/config-api/kube-scheduler-config.v1/).
61
58
-->
62
- KubeSchedulerConfiguration [v1beta2](/zh-cn/docs/reference/config-api/kube-scheduler-config.v1beta2/)
63
- 在 v1.25 中已弃用,并将在 v1.28 中移除。
64
- KubeSchedulerConfiguration [v1beta3](/zh-cn/docs/reference/config-api/kube-scheduler-config.v1beta3/)
65
- 在 v1.26 中已弃用,并将在 v1.29 中移除。
66
-
67
- 请将 KubeSchedulerConfiguration 迁移到 [v1](/zh-cn/docs/reference/config-api/kube-scheduler-config.v1/)。
59
+ KubeSchedulerConfiguration [v1beta3](/zh-cn/docs/reference/config-api/kube-scheduler-config.v1beta3/) 在 v1.26 中已被弃用,
60
+ 并将在 v1.29 中被移除。请将 KubeSchedulerConfiguration 迁移到 [v1](/zh-cn/docs/reference/config-api/kube-scheduler-config.v1/)。
68
61
{{< /note >}}
69
62
70
63
<!--
Original file line number Diff line number Diff line change @@ -49,10 +49,14 @@ For more information on using the kubeadm configuration API navigate to
49
49
<!--
50
50
You can use `kubeadm config migrate` to convert your old configuration files that contain a deprecated
51
51
API version to a newer, supported API version.
52
+
53
+ `kubeadm config validate` can be used for validating a configuration file.
52
54
-->
53
55
你可以使用 ` kubeadm config migrate ` 来转换旧配置文件,
54
56
把其中已弃用的 API 版本更新为受支持的 API 版本。
55
57
58
+ ` kubeadm config validate ` 可用于验证配置文件。
59
+
56
60
<!--
57
61
`kubeadm config images list` and `kubeadm config images pull` can be used to list and pull the images
58
62
that kubeadm requires.
@@ -72,6 +76,9 @@ that kubeadm requires.
72
76
## kubeadm config migrate {#cmd-config-migrate}
73
77
{{< include "generated/kubeadm_config_migrate.md" >}}
74
78
79
+ ## kubeadm config validate {#cmd-config-validate}
80
+ {{< include "generated/kubeadm_config_validate.md" >}}
81
+
75
82
## kubeadm config images list {#cmd-config-images-list}
76
83
{{< include "generated/kubeadm_config_images_list.md" >}}
77
84
You can’t perform that action at this time.
0 commit comments