@@ -17,7 +17,8 @@ authentication mechanisms. The `kubectl` command-line tool uses kubeconfig files
17
17
find the information it needs to choose a cluster and communicate with the API server
18
18
of a cluster.
19
19
-->
20
- 使用 kubeconfig 文件来组织有关集群、用户、命名空间和身份认证机制的信息。` kubectl ` 命令行工具使用 kubeconfig 文件来查找选择集群所需的信息,并与集群的 API 服务器进行通信。
20
+ 使用 kubeconfig 文件来组织有关集群、用户、命名空间和身份认证机制的信息。
21
+ ` kubectl ` 命令行工具使用 kubeconfig 文件来查找选择集群所需的信息,并与集群的 API 服务器进行通信。
21
22
22
23
<!--
23
24
{{< note >}}
@@ -27,7 +28,8 @@ It does not mean that there is a file named `kubeconfig`.
27
28
{{< /note >}}
28
29
-->
29
30
{{< note >}}
30
- 用于配置集群访问的文件称为 * kubeconfig 文件* 。这是引用配置文件的通用方法。这并不意味着有一个名为 ` kubeconfig ` 的文件
31
+ 用于配置集群访问的文件称为“kubeconfig 文件”。
32
+ 这是引用配置文件的通用方法,并不意味着有一个名为 ` kubeconfig ` 的文件
31
33
{{< /note >}}
32
34
33
35
<!--
@@ -48,7 +50,7 @@ variable or by setting the
48
50
[`-kubeconfig`](/docs/reference/generated/kubectl/kubectl/) flag.
49
51
-->
50
52
默认情况下,` kubectl ` 在 ` $HOME/.kube ` 目录下查找名为 ` config ` 的文件。
51
- 您可以通过设置 ` KUBECONFIG ` 环境变量或者设置
53
+ 你可以通过设置 ` KUBECONFIG ` 环境变量或者设置
52
54
[ ` --kubeconfig ` ] ( /docs/reference/generated/kubectl/kubectl/ ) 参数来指定其他 kubeconfig 文件。
53
55
54
56
<!--
@@ -69,7 +71,7 @@ For step-by-step instructions on creating and specifying kubeconfig files, see
69
71
Suppose you have several clusters, and your users and components authenticate
70
72
in a variety of ways. For example:
71
73
-->
72
- 假设您有多个集群,并且您的用户和组件以多种方式进行身份认证 。比如:
74
+ 假设你有多个集群,并且你的用户和组件以多种方式进行身份认证 。比如:
73
75
74
76
<!--
75
77
- A running kubelet might authenticate using certificates.
@@ -85,7 +87,7 @@ With kubeconfig files, you can organize your clusters, users, and namespaces.
85
87
You can also define contexts to quickly and easily switch between
86
88
clusters and namespaces.
87
89
-->
88
- 使用 kubeconfig 文件,您可以组织集群 、用户和命名空间。您还可以定义上下文 ,以便在集群和命名空间之间快速轻松地切换。
90
+ 使用 kubeconfig 文件,你可以组织集群 、用户和命名空间。你还可以定义上下文 ,以便在集群和命名空间之间快速轻松地切换。
89
91
90
92
<!--
91
93
## Context
@@ -98,7 +100,9 @@ under a convenient name. Each context has three parameters: cluster, namespace,
98
100
By default, the `kubectl` command-line tool uses parameters from
99
101
the *current context* to communicate with the cluster.
100
102
-->
101
- 通过 kubeconfig 文件中的 * context* 元素,使用简便的名称来对访问参数进行分组。每个上下文都有三个参数:cluster、namespace 和 user。默认情况下,` kubectl ` 命令行工具使用 * 当前上下文* 中的参数与集群进行通信。
103
+ 通过 kubeconfig 文件中的 * context* 元素,使用简便的名称来对访问参数进行分组。
104
+ 每个 context 都有三个参数:cluster、namespace 和 user。
105
+ 默认情况下,` kubectl ` 命令行工具使用 ** 当前上下文** 中的参数与集群进行通信。
102
106
103
107
<!--
104
108
To choose the current context:
0 commit comments