mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
add zh docsy
This commit is contained in:
20
site/content/zh/installation/binaries/_index.md
Normal file
20
site/content/zh/installation/binaries/_index.md
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
title: "可执行文件"
|
||||
linkTitle: "可执行文件"
|
||||
weight: 3
|
||||
type: docs
|
||||
description: >
|
||||
下载编译好的二进制文件来安装 Kustomize。
|
||||
---
|
||||
|
||||
适用于 Linux、MacOS 和 Windows 的各版本的二进制可执行文件可以在 [releases 页面] 上手动下载。
|
||||
|
||||
下面的[脚本]会检测你的操作系统,并下载相应的 kustomize 二进制文件到你当前的工作目录中。
|
||||
|
||||
```bash
|
||||
curl -s "https://raw.githubusercontent.com/\
|
||||
kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
|
||||
```
|
||||
|
||||
[releases 页面]: https://github.com/kubernetes-sigs/kustomize/releases
|
||||
[脚本]: https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh
|
||||
Reference in New Issue
Block a user