1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

Update installation.md

This commit is contained in:
Jim Bugwadia 2020-02-07 10:06:05 -08:00 committed by GitHub
parent 33f5e0a9f2
commit 8d43e6d995
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,8 @@ To install Kyverno in a cluster that supports certificate signing, run the follo
kubectl create -f https://github.com/nirmata/kyverno/raw/master/definitions/install.yaml
````
Note that the above command will install the last released (stable) version of Kyverno. If you want to install the latest version, you can edit the `install.yaml` and update the image tag.
To check the Kyverno controller status, run the command:
````sh