Skip to content

Commit

Permalink
update install guidance
Browse files Browse the repository at this point in the history
Signed-off-by: ShutingZhao <shutting06@gmail.com>
  • Loading branch information
realshuting committed Oct 15, 2021
1 parent e89881e commit 38cf629
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions content/en/docs/Installation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ As of v1.4.0, Kyverno supports multiple replicas for increased scale and availab
|--------------------------------|----------------|----------------|
| 1.2.1 | 1.14 | 1.17 |
| 1.3.0 | 1.16 | 1.20* |
| 1.4.0 | 1.16 | 1.21 |
| 1.4.x | 1.16 | 1.21 |

\* Kyverno CLI 1.3.0 supports up to Kubernetes 1.18.

Expand Down Expand Up @@ -73,12 +73,20 @@ For all of the flags available during a Helm installation of Kyverno, see [here]

## Install Kyverno using YAMLs

If you'd rather deploy the manifest directly, simply apply the latest release file. This manifest path will always point to the latest release, including release candidates and other non-stable releases.
If you'd rather deploy the manifest directly, simply apply the release file.

This manifest path will always point to the latest main branch.

```sh
kubectl create -f https://raw.githubusercontent.com/kyverno/kyverno/main/definitions/release/install.yaml
```

You can also pull from a release branch to install the stable releases including release candidates.

```sh
kubectl create -f https://raw.githubusercontent.com/kyverno/kyverno/release-1.5/definitions/release/install.yaml
```

## Customize the installation of Kyverno

The picture below shows shows a typical Kyverno installation:
Expand Down

0 comments on commit 38cf629

Please sign in to comment.