ZH-trans: update Hyperlinks and text (#15807)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
9370222ab3
commit
9b126e67ca
+3
-3
@@ -16,11 +16,11 @@ If both files already exist, kubeadm skips the generation step and existing file
|
||||
|
||||
Alpha Disclaimer: this command is currently alpha.
|
||||
-->
|
||||
为前端代理生成客户端,并将其保存到 front-proxy-client.cert 和 front-proxy-client.key 中。
|
||||
为前端代理生成客户端,并将其保存到 front-proxy-client.cert 文件和 front-proxy-client.key 文件中。
|
||||
|
||||
如果两个文件都已存在,kubeadm 将跳过生成步骤并将使用现有文件。
|
||||
|
||||
Alpha 免责声明:此命令目前是 alpha 阶段
|
||||
Alpha 免责声明:此命令目前是 alpha 阶段。
|
||||
|
||||
```
|
||||
kubeadm init phase certs front-proxy-client [flags]
|
||||
@@ -51,7 +51,7 @@ kubeadm init phase certs front-proxy-client [flags]
|
||||
<td colspan="2">--cert-dir string 默认:"/etc/kubernetes/pki"</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td><td style="line-height: 130%; word-wrap: break-word;">保存和存储证书的路径。</td>
|
||||
<td></td><td style="line-height: 130%; word-wrap: break-word;">存储证书的路径。</td>
|
||||
</tr>
|
||||
|
||||
<!--
|
||||
|
||||
@@ -27,7 +27,7 @@ parallelism and completions exist across the registered clusters.
|
||||
-->
|
||||
本指南解释了如何在联邦控制平面中使用 job。
|
||||
|
||||
联邦控制平面中的 Job(在本指南中称为“联邦 job”)类似于传统的 [Kubernetes job](/docs/concepts/workloads/controllers/job/),并且提供相同的功能。
|
||||
联邦控制平面中的一次性任务(在本指南中称为“联邦一次性任务”)类似于传统的 [Kubernetes 一次性任务](/docs/concepts/workloads/controllers/job/),并且提供相同的功能。
|
||||
在联邦控制平面中创建 job 可以确保在已注册的集群中存在所需的并行性和完成数。
|
||||
|
||||
{{% /capture %}}
|
||||
@@ -73,7 +73,7 @@ The `--context=federation-cluster` flag tells kubectl to submit the
|
||||
request to the federation API server instead of sending it to a Kubernetes
|
||||
cluster.
|
||||
-->
|
||||
`--context=federation-cluster` 参数告诉 kubectl 将请求提交到联邦 API server,而不是发送到 Kubernetes 集群。
|
||||
`--context=federation-cluster` 参数告诉 kubectl 将请求提交到联邦 API 服务器,而不是发送到 Kubernetes 集群。
|
||||
|
||||
<!--
|
||||
Once a federated job is created, the federation control plane creates
|
||||
@@ -138,7 +138,7 @@ The federation control plane ensures that whenever the federated job is
|
||||
updated, it updates the corresponding job in all underlying clusters to
|
||||
match it.
|
||||
-->
|
||||
可以像更新 Kubernetes job 一样更新联邦 job;但是,对于联邦 job,必须将请求发送到联邦 API server,不是发送到指定的 Kubernetes 集群。
|
||||
可以像更新 Kubernetes job 一样更新联邦 job;但是,对于联邦 job,必须将请求发送到联邦 API 服务器,不是发送到指定的 Kubernetes 集群。
|
||||
联邦控制平面确保无论何时更新联邦 job,它都会更新所有集群底层中的相应 job 以匹配它。
|
||||
|
||||
<!--
|
||||
@@ -161,7 +161,7 @@ You can delete a federated job as you would delete a Kubernetes
|
||||
job; however, for a federated job, you must send the request to
|
||||
the federation API server instead of sending it to a specific Kubernetes cluster.
|
||||
-->
|
||||
可以删除联邦 job,就像删除 Kubernetes job 一样;但是,对于联邦 job,必须将请求发送到联邦 API server,不是发送到指定的 Kubernetes 集群。
|
||||
可以删除联邦 job,就像删除 Kubernetes job 一样;但是,对于联邦 job,必须将请求发送到联邦 API 服务器,不是发送到指定的 Kubernetes 集群。
|
||||
|
||||
<!--
|
||||
For example, with kubectl:
|
||||
|
||||
@@ -36,8 +36,8 @@ across all the clusters in federation.
|
||||
{{% capture prerequisites %}}
|
||||
|
||||
* {{< include "federated-task-tutorial-prereqs.md" >}}
|
||||
* 您还需要具备基本的 [Kubernetes 工作知识](/docs/tutorials/ Kubernetes -basics/),
|
||||
特别是[命名空间](/docs/concepts/overview/working- objects/ Namespaces /)。
|
||||
* 您还需要具备基本的 [Kubernetes 工作知识](/docs/tutorials/Kubernetes-basics/),
|
||||
特别是[命名空间](/docs/concepts/overview/working-objects/Namespaces/)。
|
||||
|
||||
<!--
|
||||
You are also expected to have a basic
|
||||
@@ -148,7 +148,7 @@ Namespace from the federation control plane.
|
||||
<!--
|
||||
At this point, deleting a federated Namespace will not delete the corresponding Namespace, or resources in those Namespaces, from underlying clusters. Users must delete them manually. We intend to fix this in the future.
|
||||
-->
|
||||
此时,删除联邦命名空间不会从底层集群中删除相应的命名空间或这些命名空间中的资源。用户必须手动删除它们。我们打算将来解决这个问题。
|
||||
此时,删除联邦命名空间,不会从底层集群中删除相应的命名空间或这些命名空间中的资源。用户必须手动删除它们。我们打算将来解决这个问题。
|
||||
|
||||
{{< /note >}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user