1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-04-08 10:04:25 +00:00

update text

This commit is contained in:
Jim Bugwadia 2019-10-23 14:26:29 -07:00
parent 9bbcbb29af
commit 7164a9d29d

View file

@ -7,14 +7,20 @@ Sample policies are designed to be applied to your Kubernetes clusters with mini
````sh
kubectl create -f https://github.com/nirmata/kyverno/raw/master/definitions/install.yaml
````
[full installation docs](../documentation/installation.md)
<small>[(installation docs)](../documentation/installation.md)</small>
**Create Kyverno Policies**
**Apply Kyverno Policies**
````bash
kubectl create -f https://github.com/nirmata/kyverno/raw/master/samples/best_practices/
kubectl create -f https://github.com/nirmata/kyverno/raw/master/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.
## Best Practice Policies
These policies are highly recommended.