mirror of
https://github.com/kyverno/kyverno.git
synced 2025-04-08 10:04:25 +00:00
update text
This commit is contained in:
parent
9bbcbb29af
commit
7164a9d29d
1 changed files with 8 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue