File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
content/zh/docs/reference/glossary Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ id: kubectl
4
4
date : 2018-04-12
5
5
full_link : /docs/user-guide/kubectl-overview/
6
6
short_description : >
7
- kubectl 是用来和 Kubernetes API 服务器进行通信的命令行工具 。
7
+ kubectl 是用来和 Kubernetes 集群进行通信的命令行工具 。
8
8
9
9
aka :
10
+ - kubectl
10
11
tags :
11
12
- tool
12
13
- fundamental
@@ -19,25 +20,28 @@ id: kubectl
19
20
date: 2018-04-12
20
21
full_link: /docs/user-guide/kubectl-overview/
21
22
short_description: >
22
- A command line tool for communicating with a Kubernetes API server .
23
+ A command line tool for communicating with a Kubernetes cluster .
23
24
24
25
aka:
26
+ - kubectl
25
27
tags:
26
28
- tool
27
29
- fundamental
28
30
---
29
31
-->
30
32
31
33
<!--
32
- A command line tool for communicating with a {{< glossary_tooltip text="Kubernetes API" term_id="kubernetes-api" >}} server.
34
+ Command line tool for communicating with a Kubernetes cluster's
35
+ {{< glossary_tooltip text="control plane" term_id="control-plane" >}},
36
+ using the Kubernetes API.
33
37
-->
34
38
35
- kubectl 是用来和 {{< glossary_tooltip text=" Kubernetes API" term_id="kubernetes-api" >}} 服务器进行通信的命令行工具。
36
-
39
+ kubectl 是使用 Kubernetes API 与 Kubernetes
40
+ 集群的{{<glossary_tooltip text="控制面" term_id="control-plane" >}}进行通信的命令行工具。
37
41
<!-- more-->
38
42
39
43
<!--
40
- You can use kubectl to create, inspect, update, and delete Kubernetes objects.
44
+ You can use ` kubectl` to create, inspect, update, and delete Kubernetes objects.
41
45
-->
42
46
43
- 您可以使用 kubectl 创建、检查 、更新和删除 Kubernetes 对象。
47
+ 你可以使用 ` kubectl ` 创建、检视 、更新和删除 Kubernetes 对象。
You can’t perform that action at this time.
0 commit comments