mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
981 B
981 B
Installation
Binaries at various versions for linux, macOs and Windows are available on the release page.
Or...
Quickly curl the latest
opsys=linux # or darwin, or windows
curl -s https://api.github.com/repos/kubernetes-sigs/kustomize/releases/latest |\
grep browser_download |\
grep $opsys |\
cut -d '"' -f 4 |\
xargs curl -O -L
mv kustomize_*_${opsys}_amd64 kustomize
chmod u+x kustomize
Install from the HEAD of master branch
Requires Go v1.12 or higher:
go install sigs.k8s.io/kustomize/v3/cmd/kustomize
Other methods
macOS
brew install kustomize
windows
choco install kustomize
For support on the chocolatey package and prior releases, see: