sync localization install-kubeadm pod-failure-policy

Update localization.md
pull/46061/head
xin gu 2024-04-29 14:45:23 +08:00
parent e1ca4c8a46
commit d71788058a
3 changed files with 5 additions and 5 deletions

View File

@ -621,15 +621,15 @@ Releases | [All heading and subheading URLs](/releases)
Translated documents must reside in their own `content/**/` subdirectory, but otherwise, follow the
same URL path as the English source. For example, to prepare the
[Kubernetes Basics](/docs/tutorials/kubernetes-basics/) tutorial for translation into German,
create a subfolder under the `content/de/` folder and copy the English source:
create a subdirectory under the `content/de/` directory and copy the English source or directory:
-->
翻译后的文档必须保存在自己的 `content/**/` 子目录中,否则将遵循与英文源相同的 URL 路径。
例如,要准备将 [Kubernetes 基础](/zh-cn/docs/tutorials/kubernetes-basics/)教程翻译为德语,
请在 `content/de/` 文件夹下创建一个子文件夹并复制英文源
请在 `content/de/` 目录下创建一个子目录,并复制英文源文件或目录
```shell
mkdir -p content/de/docs/tutorials
cp content/en/docs/tutorials/kubernetes-basics.md content/de/docs/tutorials/kubernetes-basics.md
cp -ra content/en/docs/tutorials/kubernetes-basics/ content/de/docs/tutorials/
```
<!--

View File

@ -112,7 +112,7 @@ route, we recommend you add IP route(s) so Kubernetes cluster addresses go via t
这样 Kubernetes 集群就可以通过对应的适配器完成连接。
<!--
## Check required ports
## Check required ports {#check-required-ports}
These
These [required ports](/docs/reference/networking/ports-and-protocols/)
need to be open in order for Kubernetes components to communicate with each other.

View File

@ -11,7 +11,7 @@ min-kubernetes-server-version: v1.25
weight: 60
-->
{{< feature-state for_k8s_version="v1.26" state="beta" >}}
{{< feature-state feature_gate_name="JobPodFailurePolicy" >}}
<!-- overview -->