Redirect kustomize docs to the new unified site.

This commit is contained in:
Phillip Wittrock
2020-11-04 11:15:40 -08:00
parent d8d57eae29
commit 0834e152b2
48 changed files with 119 additions and 0 deletions

View File

@@ -7,3 +7,5 @@ menu:
main:
weight: 10
---
<meta http-equiv="refresh" content="0; url=https://kubectl.docs.kubernetes.io/installation/kustomize/" />

View File

@@ -7,6 +7,8 @@ description: >
Install Kustomize by downloading precompiled binaries.
---
<meta http-equiv="refresh" content="0; url=https://kubectl.docs.kubernetes.io/installation/kustomize/binaries/" />
Binaries at various versions for linux, MacOs and Windows are published on the [releases page].
The following [script] detects your OS and downloads the appropriate kustomize binary to your

View File

@@ -7,6 +7,9 @@ description: >
Install Kustomize for Windows using Chocolatey
---
<meta http-equiv="refresh" content="0; url=https://kubectl.docs.kubernetes.io/installation/kustomize/chocolatey/" />
```
choco install kustomize
```

View File

@@ -7,6 +7,9 @@ description: >
Install Kustomize for MacOS using Homebrew or MacPorts
---
<meta http-equiv="refresh" content="0; url=https://kubectl.docs.kubernetes.io/installation/kustomize/homebrew/" />
For [Homebrew](https://brew.sh) users:
```

View File

@@ -7,6 +7,8 @@ description: >
Install Kustomize from the Go source code
---
<meta http-equiv="refresh" content="0; url=https://kubectl.docs.kubernetes.io/installation/kustomize/source/" />
Requires [Go] to be installed.
## Install the kustomize CLI from source without cloning the repo