From 86d3f2090549018036d6de6eb05b3ec4a71b98ad Mon Sep 17 00:00:00 2001 From: Michael Pleshakov Date: Tue, 15 Jun 2021 13:17:37 -0700 Subject: [PATCH] Fix Building the Ingress Controller Image doc --- docs-web/installation/building-ingress-controller-image.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs-web/installation/building-ingress-controller-image.md b/docs-web/installation/building-ingress-controller-image.md index 94a965522f3..66512df939c 100644 --- a/docs-web/installation/building-ingress-controller-image.md +++ b/docs-web/installation/building-ingress-controller-image.md @@ -26,6 +26,7 @@ We build the image using the make utility and the provided `Makefile`. Let’s c 1. Clone the Ingress Controller repo: ``` $ git clone https://github.com/nginxinc/kubernetes-ingress/ + $ cd kubernetes-ingress $ git checkout v1.11.3 ```