Skip to content

Commit 0e3e865

Browse files
fabriziofiorucciRahul Somasundaram
authored andcommitted
Added missing "cd" command (nginx#5614)
* NGINX App Protect DoS references added * Added missing cd command
1 parent 569e825 commit 0e3e865

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/content/installation/installing-nic/installation-with-manifests.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@ For example, if you want to use version 3.5.1, the command would be `git clone h
3737

3838
This guide assumes you are using the latest release.
3939

40+
Change the active directory.
41+
42+
```shell
43+
cd kubernetes-ingress
44+
```
45+
46+
### App Protect DoS
47+
48+
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.
49+
4050
---
4151

4252
## Set up role-based access control (RBAC) {#configure-rbac}

docs/content/installation/nic-images/pulling-ingress-controller-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To pull an image, follow these steps. Replace `<version-tag>` with the specific
6060
docker pull private-registry.nginx.com/nginx-ic-dos/nginx-plus-ingress:<version-tag>
6161
```
6262

63-
- For NGINX Plus Ingress Controller with NGINX App Protect WAF and DoS, run:
63+
- For NGINX Plus Ingress Controller with NGINX App Protect WAF and NGINX App Protect DoS, run:
6464

6565
```shell
6666
docker pull private-registry.nginx.com/nginx-ic-nap-dos/nginx-plus-ingress:<version-tag>

0 commit comments

Comments
 (0)