Skip to content

Commit 2b84a4d

Browse files
committed
[zh] add zh/docs/setup/learning-environment/kind.md, fix 23950
1 parent ef7b80d commit 2b84a4d

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: 使用 Kind 安装 Kubernetes
3+
weight: 40
4+
content_type: concept
5+
---
6+
7+
<!-- overview -->
8+
<!--
9+
Kind is a tool for running local Kubernetes clusters using Docker container "nodes".
10+
-->
11+
12+
Kind 是一个使用 Docker 容器“节点”运行本地 Kubernetes 集群的工具。
13+
14+
<!-- body -->
15+
<!--
16+
## Installation
17+
18+
See [Installing Kind](https://kind.sigs.k8s.io/docs/user/quick-start/).
19+
-->
20+
21+
## 安装 {#installation}
22+
23+
参见[安装 Kind ](https://kind.sigs.k8s.io/docs/user/quick-start/)

content/zh/docs/setup/learning-environment/minikube.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: 使用 Minikube 安装 Kubernetes
3+
weight: 30
34
content_type: concept
45
---
56
<!--

0 commit comments

Comments
 (0)