1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00

update intro

This commit is contained in:
Jim Bugwadia 2019-10-09 14:35:12 -07:00
parent 6a346df6f7
commit d1b414bbf0

View file

@ -1,13 +1,7 @@
# Best Practice Policies
Best practice policies are recommended policies that can be applied to yoru Kubernetes clusters with minimal changes. To import these policies install Kyverno and import the resources as follows:
Best practice policies are recommended policies that can be applied to yoru Kubernetes clusters with minimal changes. To import these policies [install Kyverno](../documentation/installation.md) and import the resources as follows:
**Install Kyverno**
````bash
kubectl create -f https://github.com/nirmata/kyverno/raw/master/definitions/install.yaml
````
**Import Policies**
````bash
kubectl create -f https://github.com/nirmata/kyverno/raw/master/samples/best_practices/
````