Skip to content

Commit f52a12a

Browse files
authored
Merge pull request #32384 from my-git9/kubectl
[zh] Update kubectl.md
2 parents 6221ad5 + f1ae390 commit f52a12a

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

content/zh/docs/reference/glossary/kubectl.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ id: kubectl
44
date: 2018-04-12
55
full_link: /docs/user-guide/kubectl-overview/
66
short_description: >
7-
kubectl 是用来和 Kubernetes API 服务器进行通信的命令行工具
7+
kubectl 是用来和 Kubernetes 集群进行通信的命令行工具
88
99
aka:
10+
- kubectl
1011
tags:
1112
- tool
1213
- fundamental
@@ -19,25 +20,28 @@ id: kubectl
1920
date: 2018-04-12
2021
full_link: /docs/user-guide/kubectl-overview/
2122
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.
2324
2425
aka:
26+
- kubectl
2527
tags:
2628
- tool
2729
- fundamental
2830
---
2931
-->
3032

3133
<!--
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.
3337
-->
3438

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" >}}进行通信的命令行工具。
3741
<!--more-->
3842

3943
<!--
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.
4145
-->
4246

43-
您可以使用 kubectl 创建、检查、更新和删除 Kubernetes 对象。
47+
你可以使用 `kubectl` 创建、检视、更新和删除 Kubernetes 对象。

0 commit comments

Comments
 (0)