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:
parent
ffe6f9c19c
commit
0c66428640
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue