Skip to content

Commit

Permalink
Fix issue cloudnativeto#196: add the translation of quick start
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeaone authored and Zeaone committed Aug 5, 2021
1 parent 7b7b1bb commit ce47734
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/book/src/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ arch=$(go env GOARCH)
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 中
# (如果你把 kubebuilder 放在别的地方,你需要额外设置 KUBEBUILDER_ASSETS 环境变量)
Expand Down

0 comments on commit ce47734

Please sign in to comment.