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

add instruction to install the specific version.

This commit is contained in:
shuting 2019-06-07 10:27:05 -07:00
parent 3203f471dc
commit f087be8c66

View file

@ -79,6 +79,8 @@ Kyverno uses secrets created above to setup TLS communication with the kube-apis
### 3. Install Kyverno
To install a specific version, change the image tag with git tag in `install.yaml` -- e.g., v0.X.0.
````sh
kubectl create -f https://github.com/nirmata/kyverno/raw/master/definitions/install.yaml
````