From c05c352952715e9515389b7a07cecde603292bf3 Mon Sep 17 00:00:00 2001 From: my-git9 <76980726+my-git9@users.noreply.github.com> Date: Thu, 10 Mar 2022 10:53:35 +0800 Subject: [PATCH] [zh] update learning environment index (#32151) * Update _index.md Update setup/learning-environment/_index.md * Update _index.md * Update _index.md --- .../docs/setup/learning-environment/_index.md | 38 ------------------- 1 file changed, 38 deletions(-) diff --git a/content/zh/docs/setup/learning-environment/_index.md b/content/zh/docs/setup/learning-environment/_index.md index f68e52a439..e7d409c1b6 100644 --- a/content/zh/docs/setup/learning-environment/_index.md +++ b/content/zh/docs/setup/learning-environment/_index.md @@ -11,41 +11,3 @@ weight: 20 {{/* If you're localizing this page, you only need to copy the front matter */}} {{/* and add a redirect into "/static/_redirects", for YOUR localization. */}} --> - -## kind - - -你可以使用 [`kind`](https://kind.sigs.k8s.io/docs/) 来在本地计算机上运行 Kubernetes。 -此工具要求你已经安装并配置了 [Docker](https://docs.docker.com/get-docker/)。 - -kind [快速入门](https://kind.sigs.k8s.io/docs/user/quick-start/)页面 -为你展示了如何开始使用 kind 的相关信息。 - -## minikube - - -与 `kind` 类似,[`minikube`](https://minikube.sigs.k8s.io/) 是一个允许你在 -本地运行 Kubernetes 的工具。`minikube` 在你的个人计算机上运行一个单节点的 -Kubernetes 集群(包括 Windows、macOS 和 Linux PC 机),这样你可以尝试 -Kubernetes 或者执行每天的开发工作。 - -如果你所关注的是如何安装该工具,可以查阅官方的 -[Get Started!](https://minikube.sigs.k8s.io/docs/start/) -文档。 -