diff --git a/deployments/helm-chart-dos-arbitrator/README.md b/deployments/helm-chart-dos-arbitrator/README.md index 07a62f8ca9..bac7ce0e96 100644 --- a/deployments/helm-chart-dos-arbitrator/README.md +++ b/deployments/helm-chart-dos-arbitrator/README.md @@ -9,19 +9,18 @@ This chart deploys the NGINX App Protect Dos Arbitrator in your Kubernetes clust - A [Kubernetes Version Supported by the Ingress Controller](https://docs.nginx.com/nginx-ingress-controller/technical-specifications/#supported-kubernetes-versions) - Helm 3.0+. - Git. - + ## Getting the Chart Sources This step is required if you're installing the chart using its sources. Additionally, the step is also required for managing the custom resource definitions (CRDs), which the Ingress Controller requires by default, or for upgrading/deleting the CRDs. 1. Clone the Ingress controller repo: ```console - $ git clone https://github.com/nginxinc/kubernetes-ingress/ + $ git clone https://github.com/nginxinc/kubernetes-ingress.git --branch v2.1.1 ``` 2. Change your working directory to /deployments/helm-chart-dos-arbitrator: ```console $ cd kubernetes-ingress/deployments/helm-chart-dos-arbitrator - $ git checkout v2.1.0 ``` ## Adding the Helm Repository diff --git a/docs/content/app-protect-dos/installation-with-helm-dos-arbitrator.md b/docs/content/app-protect-dos/installation-with-helm-dos-arbitrator.md index 56b40fffc7..7b556694ba 100644 --- a/docs/content/app-protect-dos/installation-with-helm-dos-arbitrator.md +++ b/docs/content/app-protect-dos/installation-with-helm-dos-arbitrator.md @@ -19,12 +19,11 @@ This step is required if you're installing the chart using its sources. Addition 1. Clone the Ingress controller repo: ```console - $ git clone https://github.com/nginxinc/kubernetes-ingress/ + $ git clone https://github.com/nginxinc/kubernetes-ingress.git --branch v2.1.1 ``` 2. Change your working directory to /deployments/helm-chart-dos-arbitrator: ```console $ cd kubernetes-ingress/deployments/helm-chart-dos-arbitrator - $ git checkout v2.1.1 ``` ## Adding the Helm Repository diff --git a/docs/content/app-protect-dos/installation.md b/docs/content/app-protect-dos/installation.md index d43c2d8819..ef44c0a6b1 100644 --- a/docs/content/app-protect-dos/installation.md +++ b/docs/content/app-protect-dos/installation.md @@ -19,9 +19,8 @@ This document provides an overview of the steps required to use NGINX App Protec * It is also possible to build your own image and push it to your private Docker registry by following the instructions from [here](/nginx-ingress-controller/installation/building-ingress-controller-image). 2. Clone the Ingress controller repo: ``` - $ git clone https://github.com/nginxinc/kubernetes-ingress/ + $ git clone https://github.com/nginxinc/kubernetes-ingress.git --branch v2.1.1 $ cd kubernetes-ingress - $ git checkout v2.1.1 ``` ## Create the namespace and service account diff --git a/docs/content/installation/building-ingress-controller-image.md b/docs/content/installation/building-ingress-controller-image.md index bdeafbdb22..781665588e 100644 --- a/docs/content/installation/building-ingress-controller-image.md +++ b/docs/content/installation/building-ingress-controller-image.md @@ -32,9 +32,8 @@ 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/ + $ git clone https://github.com/nginxinc/kubernetes-ingress.git --branch v2.1.1 $ cd kubernetes-ingress - $ git checkout v2.1.1 ``` 1. Build the image: diff --git a/docs/content/installation/installation-with-helm.md b/docs/content/installation/installation-with-helm.md index 6a692a68b6..62920a4464 100644 --- a/docs/content/installation/installation-with-helm.md +++ b/docs/content/installation/installation-with-helm.md @@ -1,6 +1,6 @@ --- title: Installation with Helm -description: "This document describes how to install the NGINX Ingress Controller in your Kubernetes cluster using Helm." +description: "This document describes how to install the NGINX Ingress Controller in your Kubernetes cluster using Helm." weight: 1900 doctypes: [""] toc: true @@ -28,12 +28,11 @@ This step is required if you're installing the chart using its sources. Addition 1. Clone the Ingress controller repo: ```console - $ git clone https://github.com/nginxinc/kubernetes-ingress/ + $ git clone https://github.com/nginxinc/kubernetes-ingress.git --branch v2.1.1 ``` 2. Change your working directory to /deployments/helm-chart: ```console $ cd kubernetes-ingress/deployments/helm-chart - $ git checkout v2.1.1 ``` ## Adding the Helm Repository diff --git a/docs/content/installation/installation-with-manifests.md b/docs/content/installation/installation-with-manifests.md index b28d2eb4d7..56d1338974 100644 --- a/docs/content/installation/installation-with-manifests.md +++ b/docs/content/installation/installation-with-manifests.md @@ -21,9 +21,8 @@ This document describes how to install the NGINX Ingress Controller in your Kube * It is also possible to build your own image and push it to your private Docker registry by following the instructions from [here](/nginx-ingress-controller/installation/building-ingress-controller-image). 2. Clone the Ingress controller repo and change into the deployments folder: ``` - $ git clone https://github.com/nginxinc/kubernetes-ingress/ + $ git clone https://github.com/nginxinc/kubernetes-ingress.git --branch v2.1.1 $ cd kubernetes-ingress/deployments - $ git checkout v2.1.1 ``` ## 1. Configure RBAC