1
0
Fork 0
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:
Jim Bugwadia 2020-06-05 15:48:02 -07:00 committed by GitHub
parent 7298fee518
commit a72f63d712
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
````