mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
add back install definitions (#923)
This commit is contained in:
parent
7298fee518
commit
a72f63d712
1 changed files with 5 additions and 1 deletions
|
@ -39,7 +39,11 @@ Note that the above command will install the last released (stable) version of K
|
|||
|
||||
To check the Kyverno controller status, run the command:
|
||||
|
||||
````sh
|
||||
```sh
|
||||
## Install Kyverno
|
||||
kubectl create -f https://github.com/nirmata/kyverno/raw/master/definitions/install.yaml
|
||||
|
||||
## Check pod status
|
||||
kubectl get pods -n kyverno
|
||||
````
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue