From 64aeaf50306218006c2f85f4fea97d035388843f Mon Sep 17 00:00:00 2001 From: AdamDang Date: Mon, 26 Nov 2018 21:57:48 +0800 Subject: [PATCH] zh-trans: add kubectl.md (#11316) zh-trans: add kubectl.md --- content/zh/docs/reference/glossary/kubectl.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/content/zh/docs/reference/glossary/kubectl.md b/content/zh/docs/reference/glossary/kubectl.md index 665fffcf98..2c8bde22eb 100755 --- a/content/zh/docs/reference/glossary/kubectl.md +++ b/content/zh/docs/reference/glossary/kubectl.md @@ -3,6 +3,21 @@ title: Kubectl id: kubectl date: 2018-04-12 full_link: /docs/user-guide/kubectl-overview/ +short_description: > + kubectl 是用来和 Kubernetes API 服务器进行通信的命令行工具。 + +aka: +tags: +- tool +- fundamental +--- + + + + + + kubectl 是用来和 {{< glossary_tooltip text="Kubernetes API" term_id="kubernetes-api" >}} 服务器进行通信的命令行工具。 + +您可以使用 kubectl 创建、检查、更新和删除 Kubernetes 对象。