Skip to content

Commit

Permalink
Added missing "cd" command (#5614)
Browse files Browse the repository at this point in the history
* NGINX App Protect DoS references added

* Added missing cd command
  • Loading branch information
fabriziofiorucci authored May 24, 2024
1 parent 69c6606 commit 9f8935b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ 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.

---

## Set up role-based access control (RBAC) {#configure-rbac}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ To pull an image, follow these steps. Replace `<version-tag>` with the specific
docker pull private-registry.nginx.com/nginx-ic-dos/nginx-plus-ingress:<version-tag>
```

- 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:<version-tag>
Expand Down

0 comments on commit 9f8935b

Please sign in to comment.