From f5beed25e8b3cedcf5035908cd274ca5bffd30f3 Mon Sep 17 00:00:00 2001 From: Zeaone Date: Thu, 5 Aug 2021 11:56:42 +0800 Subject: [PATCH] Fix issue #196: add the translation of quick start --- docs/book/src/quick-start.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/book/src/quick-start.md b/docs/book/src/quick-start.md index 2b89b0f0ec8..1cc96d63442 100644 --- a/docs/book/src/quick-start.md +++ b/docs/book/src/quick-start.md @@ -28,6 +28,7 @@ curl -L https://go.kubebuilder.io/dl/2.3.1/${os}/${arch} | tar -xz -C /tmp/ ``` If you are using a Kubebuilder plugin version less than version `v3+`, you must configure the Kubernetes binaries required for the [envtest][envtest], run: +如果您使用的Kubebuilder插件版本低于`v3+`,则必须配置envtest所需的Kubernetes二进制文件,执行如下命令: ```bash # 将 kubebuilder 移动到一个长期的路径,并将其加入环境变量 path 中