mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
update intro
This commit is contained in:
parent
6a346df6f7
commit
d1b414bbf0
1 changed files with 1 additions and 7 deletions
|
@ -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/
|
||||
````
|
||||
|
|
Loading…
Reference in a new issue