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

update doc

This commit is contained in:
Shuting Zhao 2019-10-30 12:36:00 -07:00
parent 65016ff455
commit 3c26b60727

View file

@ -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.