mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
update doc
This commit is contained in:
parent
65016ff455
commit
3c26b60727
1 changed files with 7 additions and 2 deletions
|
@ -11,11 +11,16 @@ kubectl create -f https://github.com/nirmata/kyverno/raw/master/definitions/inst
|
|||
|
||||
**Apply Kyverno Policies**
|
||||
|
||||
Import best_practices from [here](best_pratices):
|
||||
|
||||
````bash
|
||||
kubectl create -f samples/best_practices
|
||||
````
|
||||
|
||||
kubectl create -f [samples/best_practices/](best_practices)
|
||||
Import addition policies from [here](more):
|
||||
|
||||
kubectl create -f [samples/more/](more)
|
||||
````bash
|
||||
kubectl create -f samples/more/
|
||||
````
|
||||
|
||||
The policies are mostly validation rules in `audit` mode i.e. your existing workloads will not be impacted, but will be audited for policy complaince.
|
||||
|
|
Loading…
Add table
Reference in a new issue