Merge pull request #23971 from zhiguo-lu/zh-docs-setup-learning-kind-addpage

[zh] add zh/docs/setup/learning-environment/kind.md, fix #23950
pull/23975/head
Kubernetes Prow Robot 2020-09-17 19:38:47 -07:00 committed by GitHub
commit 9bb7a16999
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,23 @@
---
title: 使用 Kind 安装 Kubernetes
weight: 40
content_type: concept
---
<!-- overview -->
<!--
Kind is a tool for running local Kubernetes clusters using Docker container "nodes".
-->
Kind 是一个使用 Docker 容器“节点”运行本地 Kubernetes 集群的工具。
<!-- body -->
<!--
## Installation
See [Installing Kind](https://kind.sigs.k8s.io/docs/user/quick-start/).
-->
## 安装 {#installation}
参见[安装 Kind ](https://kind.sigs.k8s.io/docs/user/quick-start/)。

View File

@ -1,5 +1,6 @@
---
title: 使用 Minikube 安装 Kubernetes
weight: 30
content_type: concept
---
<!--