Files
kustomize/site/content/en/installation/binaries/_index.md
Syed Awais Ali 94101fb7cc fix typo
2020-06-22 15:59:38 +05:00

660 B

title, linkTitle, weight, type, description
title linkTitle weight type description
Binaries Binaries 3 docs Install Kustomize by downloading precompiled binaries.

Binaries at various versions for linux, MacOs and Windows are published on the [release page].

The following script detects your OS and downloads the appropriate kustomize binary to your current working directory.

curl -s "https://raw.githubusercontent.com/\
kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"  | bash