Skip to content

Commit d17df1d

Browse files
committed
[zh] adjust formate
Signed-off-by: xin.li <[email protected]>
1 parent bf46c15 commit d17df1d

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

content/zh/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ authentication mechanisms. The `kubectl` command-line tool uses kubeconfig files
1717
find the information it needs to choose a cluster and communicate with the API server
1818
of a cluster.
1919
-->
20-
使用 kubeconfig 文件来组织有关集群、用户、命名空间和身份认证机制的信息。`kubectl` 命令行工具使用 kubeconfig 文件来查找选择集群所需的信息,并与集群的 API 服务器进行通信。
20+
使用 kubeconfig 文件来组织有关集群、用户、命名空间和身份认证机制的信息。
21+
`kubectl` 命令行工具使用 kubeconfig 文件来查找选择集群所需的信息,并与集群的 API 服务器进行通信。
2122

2223
<!--
2324
{{< note >}}
@@ -27,7 +28,8 @@ It does not mean that there is a file named `kubeconfig`.
2728
{{< /note >}}
2829
-->
2930
{{< note >}}
30-
用于配置集群访问的文件称为 *kubeconfig 文件*。这是引用配置文件的通用方法。这并不意味着有一个名为 `kubeconfig` 的文件
31+
用于配置集群访问的文件称为“kubeconfig 文件”。
32+
这是引用配置文件的通用方法,并不意味着有一个名为 `kubeconfig` 的文件
3133
{{< /note >}}
3234

3335
<!--
@@ -48,7 +50,7 @@ variable or by setting the
4850
[`-kubeconfig`](/docs/reference/generated/kubectl/kubectl/) flag.
4951
-->
5052
默认情况下,`kubectl``$HOME/.kube` 目录下查找名为 `config` 的文件。
51-
您可以通过设置 `KUBECONFIG` 环境变量或者设置
53+
你可以通过设置 `KUBECONFIG` 环境变量或者设置
5254
[`--kubeconfig`](/docs/reference/generated/kubectl/kubectl/)参数来指定其他 kubeconfig 文件。
5355

5456
<!--
@@ -69,7 +71,7 @@ For step-by-step instructions on creating and specifying kubeconfig files, see
6971
Suppose you have several clusters, and your users and components authenticate
7072
in a variety of ways. For example:
7173
-->
72-
假设您有多个集群,并且您的用户和组件以多种方式进行身份认证。比如:
74+
假设你有多个集群,并且你的用户和组件以多种方式进行身份认证。比如:
7375

7476
<!--
7577
- A running kubelet might authenticate using certificates.
@@ -85,7 +87,7 @@ With kubeconfig files, you can organize your clusters, users, and namespaces.
8587
You can also define contexts to quickly and easily switch between
8688
clusters and namespaces.
8789
-->
88-
使用 kubeconfig 文件,您可以组织集群、用户和命名空间。您还可以定义上下文,以便在集群和命名空间之间快速轻松地切换。
90+
使用 kubeconfig 文件,你可以组织集群、用户和命名空间。你还可以定义上下文,以便在集群和命名空间之间快速轻松地切换。
8991

9092
<!--
9193
## Context
@@ -98,7 +100,9 @@ under a convenient name. Each context has three parameters: cluster, namespace,
98100
By default, the `kubectl` command-line tool uses parameters from
99101
the *current context* to communicate with the cluster.
100102
-->
101-
通过 kubeconfig 文件中的 *context* 元素,使用简便的名称来对访问参数进行分组。每个上下文都有三个参数:cluster、namespace 和 user。默认情况下,`kubectl` 命令行工具使用 *当前上下文* 中的参数与集群进行通信。
103+
通过 kubeconfig 文件中的 *context* 元素,使用简便的名称来对访问参数进行分组。
104+
每个 context 都有三个参数:cluster、namespace 和 user。
105+
默认情况下,`kubectl` 命令行工具使用 **当前上下文** 中的参数与集群进行通信。
102106

103107
<!--
104108
To choose the current context:

0 commit comments

Comments
 (0)