1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

Fix headings and add note on namespace

This commit is contained in:
Jim Bugwadia 2020-06-03 19:11:14 -07:00 committed by GitHub
parent ffe6f9c19c
commit 0c66428640
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
# Installation
The Kyverno policy engine runs as an admission webhook and requires a CA-signed certificate and key to setup secure TLS communication with the kube-apiserver (the CA can be self-signed).
You can install Kyverno using the Helm chart or YAML files in this repository.
## Install Kyverno using Helm
@ -15,6 +15,12 @@ helm install --name my-release --namespace kyverno nirmata/kyverno
```
Note: the namespace must be `kyverno`.
## Install Kyverno using YAMLs
The Kyverno policy engine runs as an admission webhook and requires a CA-signed certificate and key to setup secure TLS communication with the kube-apiserver (the CA can be self-signed).
There are 2 ways to configure the secure communications link between Kyverno and the kube-apiserver.
### Option 1: Use kube-controller-manager to generate a CA-signed certificate