mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Convert docs to docsy
This commit is contained in:
21
site/content/en/installation/binaries/_index.md
Normal file
21
site/content/en/installation/binaries/_index.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
title: "Binaries"
|
||||
linkTitle: "Binaries"
|
||||
weight: 3
|
||||
type: docs
|
||||
description: >
|
||||
Install Kustomize by downloading precompiled binaries.
|
||||
---
|
||||
|
||||
Binaries at various versions for linux, MacOs and Windows are published on the [release page].
|
||||
|
||||
The follow [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
|
||||
```
|
||||
|
||||
[releases page]: https://github.com/kubernetes-sigs/kustomize/releases
|
||||
[script]: https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh
|
||||
Reference in New Issue
Block a user