From 8d43e6d9955de57b8efe1b96c74d597cfc8d66a2 Mon Sep 17 00:00:00 2001 From: Jim Bugwadia Date: Fri, 7 Feb 2020 10:06:05 -0800 Subject: [PATCH] Update installation.md --- documentation/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/installation.md b/documentation/installation.md index 2599787621..b81f645ccb 100644 --- a/documentation/installation.md +++ b/documentation/installation.md @@ -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