mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
710 B
710 B
title, linkTitle, weight, type, description
| title | linkTitle | weight | type | description |
|---|---|---|---|---|
| 可执行文件 | 可执行文件 | 3 | docs | 下载编译好的二进制文件来安装 Kustomize。 |
适用于 Linux、MacOS 和 Windows 的各版本的二进制可执行文件可以在 releases 页面 上手动下载。
下面的脚本会检测你的操作系统,并下载相应的 kustomize 二进制文件到你当前的工作目录中。
curl -s "https://raw.githubusercontent.com/\
kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash