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

Merge pull request #679 from nirmata/install_instructions_patch

Update installation.md
This commit is contained in:
shuting 2020-02-07 10:30:17 -08:00 committed by GitHub
commit e067ec9f40
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