From e83f76ad31a35e0c00a29e1ee41ef32a2d54f436 Mon Sep 17 00:00:00 2001 From: Fabrizio Fiorucci Date: Mon, 29 Apr 2024 16:21:29 +0100 Subject: [PATCH 1/2] NGINX App Protect DoS references added --- .../installing-nic/installation-with-manifests.md | 4 ++++ .../nic-images/pulling-ingress-controller-image.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/content/installation/installing-nic/installation-with-manifests.md b/docs/content/installation/installing-nic/installation-with-manifests.md index 273cd355f2..9e0efa6a27 100644 --- a/docs/content/installation/installing-nic/installation-with-manifests.md +++ b/docs/content/installation/installing-nic/installation-with-manifests.md @@ -37,6 +37,10 @@ For example, if you want to use version 3.5.0, the command would be `git clone h This guide assumes you are using the latest release. +### App Protect DoS + +To use App Protect DoS, install the App Protect DoS Arbitrator using the provided manifests in the same namespace as the NGINX Ingress Controller. If you install multiple NGINX Ingress Controllers in the same namespace, they will need to share the same Arbitrator because there can only be one Arbitrator in a single namespace. + --- ## Set up role-based access control (RBAC) {#configure-rbac} diff --git a/docs/content/installation/nic-images/pulling-ingress-controller-image.md b/docs/content/installation/nic-images/pulling-ingress-controller-image.md index 3c472dfd78..6e4dc2eca2 100644 --- a/docs/content/installation/nic-images/pulling-ingress-controller-image.md +++ b/docs/content/installation/nic-images/pulling-ingress-controller-image.md @@ -60,7 +60,7 @@ To pull an image, follow these steps. Replace `` with the specific docker pull private-registry.nginx.com/nginx-ic-dos/nginx-plus-ingress: ``` -- For NGINX Plus Ingress Controller with NGINX App Protect WAF and DoS, run: +- For NGINX Plus Ingress Controller with NGINX App Protect WAF and NGINX App Protect DoS, run: ```shell docker pull private-registry.nginx.com/nginx-ic-nap-dos/nginx-plus-ingress: From f70bfe4c5f62da3ae013be7842dfe4b2c7bd7a68 Mon Sep 17 00:00:00 2001 From: Fabrizio Fiorucci Date: Fri, 24 May 2024 11:07:34 +0100 Subject: [PATCH 2/2] Added missing cd command --- .../installing-nic/installation-with-manifests.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/content/installation/installing-nic/installation-with-manifests.md b/docs/content/installation/installing-nic/installation-with-manifests.md index e83263806e..4f7c9525ac 100644 --- a/docs/content/installation/installing-nic/installation-with-manifests.md +++ b/docs/content/installation/installing-nic/installation-with-manifests.md @@ -37,6 +37,12 @@ For example, if you want to use version 3.5.1, the command would be `git clone h This guide assumes you are using the latest release. +Change the active directory. + +```shell +cd kubernetes-ingress +``` + ### App Protect DoS To use App Protect DoS, install the App Protect DoS Arbitrator using the provided manifests in the same namespace as the NGINX Ingress Controller. If you install multiple NGINX Ingress Controllers in the same namespace, they will need to share the same Arbitrator because there can only be one Arbitrator in a single namespace.