[zh] Update kubectl.md

Signed-off-by: xin.li <xin.li@daocloud.io>
This commit is contained in:
xin.li
2022-03-21 10:18:23 +08:00
parent eda7edee82
commit f1ae390104
+11 -7
View File
@@ -4,9 +4,10 @@ id: kubectl
date: 2018-04-12 date: 2018-04-12
full_link: /docs/user-guide/kubectl-overview/ full_link: /docs/user-guide/kubectl-overview/
short_description: > short_description: >
kubectl 是用来和 Kubernetes API 服务器进行通信的命令行工具。 kubectl 是用来和 Kubernetes 集群进行通信的命令行工具。
aka: aka:
- kubectl
tags: tags:
- tool - tool
- fundamental - fundamental
@@ -19,9 +20,10 @@ id: kubectl
date: 2018-04-12 date: 2018-04-12
full_link: /docs/user-guide/kubectl-overview/ full_link: /docs/user-guide/kubectl-overview/
short_description: > short_description: >
A command line tool for communicating with a Kubernetes API server. A command line tool for communicating with a Kubernetes cluster.
aka: aka:
- kubectl
tags: tags:
- tool - tool
- fundamental - fundamental
@@ -29,15 +31,17 @@ tags:
--> -->
<!-- <!--
A command line tool for communicating with a {{< glossary_tooltip text="Kubernetes API" term_id="kubernetes-api" >}} server. Command line tool for communicating with a Kubernetes cluster's
{{< glossary_tooltip text="control plane" term_id="control-plane" >}},
using the Kubernetes API.
--> -->
kubectl 是用来和 {{< glossary_tooltip text="Kubernetes API" term_id="kubernetes-api" >}} 服务器进行通信的命令行工具。 kubectl 是使用 Kubernetes API 与 Kubernetes
集群的{{<glossary_tooltip text="控制面" term_id="control-plane" >}}进行通信的命令行工具。
<!--more--> <!--more-->
<!-- <!--
You can use kubectl to create, inspect, update, and delete Kubernetes objects. You can use `kubectl` to create, inspect, update, and delete Kubernetes objects.
--> -->
可以使用 kubectl 创建、检、更新和删除 Kubernetes 对象。 可以使用 `kubectl` 创建、检、更新和删除 Kubernetes 对象。