From f087be8c663c8da4efb1829ba223a9cf9905b36e Mon Sep 17 00:00:00 2001 From: shuting Date: Fri, 7 Jun 2019 10:27:05 -0700 Subject: [PATCH] add instruction to install the specific version. --- documentation/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/installation.md b/documentation/installation.md index b7d72cb5d5..f708d03dfe 100644 --- a/documentation/installation.md +++ b/documentation/installation.md @@ -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 ````