From 4ae2cd145df28b49dc04cdc7961cb069184ac33f Mon Sep 17 00:00:00 2001 From: SataQiu <1527062125@qq.com> Date: Fri, 7 Dec 2018 22:33:02 +0800 Subject: [PATCH] zh-trans: add docs/getting-started-guides/alternatives.md (#11597) --- .../getting-started-guides/alternatives.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 content/zh/docs/getting-started-guides/alternatives.md diff --git a/content/zh/docs/getting-started-guides/alternatives.md b/content/zh/docs/getting-started-guides/alternatives.md new file mode 100644 index 0000000000..36b4755d67 --- /dev/null +++ b/content/zh/docs/getting-started-guides/alternatives.md @@ -0,0 +1,22 @@ +--- +title: 弃用的替代品 +--- + + +# *停止。这些指南已被[Minikube](../minikube/)所取代,这里列出它们只是为了保持完整性。* + + +* [使用 Vagrant](https://git.k8s.io/community/contributors/devel/vagrant.md) +* *更高级的:* [直接使用 Kubernetes 原始二进制程序(仅限 Linux 系统)](https://git.k8s.io/community/contributors/devel/running-locally.md) + \ No newline at end of file