You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/agent/installation-upgrade/installation-oss.md
+21-18Lines changed: 21 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,10 +50,10 @@ Before you install NGINX Agent for the first time on your system, you need to se
50
50
module_hotfixes=true
51
51
```
52
52
53
-
1. To install `nginx-agent`, run the following command:
53
+
1. To install `nginx-agent` with a specific version (example: 2.42.0):
54
54
55
55
```shell
56
-
sudo yum install nginx-agent
56
+
sudo yum install -y nginx-agent-2.42.0
57
57
```
58
58
59
59
When prompted to accept the GPG key, verify that the fingerprint matches `8540 A6F1 8833 A80E 9C16 53A4 2FD2 1310 B49F 6B46`, `573B FD6B 3D8F BC64 1079 A6AB ABF5 BD82 7BD9 BF62`, `9E9B E90E ACBC DE69 FE9B 204C BCDC D8A3 8D88 A2B3`, and if so, accept it.
@@ -105,11 +105,13 @@ Before you install NGINX Agent for the first time on your system, you need to se
105
105
| sudo tee /etc/apt/sources.list.d/nginx-agent.list
106
106
```
107
107
108
-
1. To install `nginx-agent`, run the following commands:
109
-
108
+
1. To install `nginx-agent` with a specific version (example: 2.42.0):
109
+
110
+
Update your package index and install a specific version of the nginx-agent. Replace <VERSION_CODENAME> with your current Ubuntu codename (e.g., jammy, noble).
@@ -166,12 +168,13 @@ Before you install NGINX Agent for the first time on your system, you need to se
166
168
http://packages.nginx.org/nginx-agent/debian/ `lsb_release -cs` agent"\ | sudo tee /etc/apt/sources.list.d/nginx-agent.list
167
169
```
168
170
169
-
1. To install `nginx-agent`, run the following commands:
171
+
1. To install `nginx-agent` with a specific version (example: 2.42.0):
170
172
173
+
Update your package index and install a specific version of the nginx-agent. Replace <VERSION_CODENAME> with your current Debian codename (e.g., bullseye).
Copy file name to clipboardExpand all lines: content/agent/installation-upgrade/installation-plus.md
+19-15Lines changed: 19 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,10 +73,10 @@ Before you install NGINX Agent for the first time on your system, you need to se
73
73
enabled=1
74
74
```
75
75
76
-
1. To install `nginx-agent`, run the following command:
76
+
1. To install `nginx-agent` with a specific version (example: 2.42.0):
77
77
78
78
```shell
79
-
sudo yum install nginx-agent
79
+
sudo yum install -y nginx-agent-2.42.0
80
80
```
81
81
82
82
When prompted to accept the GPG key, verify that the fingerprint matches `8540 A6F1 8833 A80E 9C16 53A4 2FD2 1310 B49F 6B46`, `573B FD6B 3D8F BC64 1079 A6AB ABF5 BD82 7BD9 BF62`, `9E9B E90E ACBC DE69 FE9B 204C BCDC D8A3 8D88 A2B3`, and if so, accept it.
@@ -131,11 +131,13 @@ Before you install NGINX Agent for the first time on your system, you need to se
131
131
| sudo tee /etc/apt/sources.list.d/nginx-agent.list
132
132
```
133
133
134
-
1. To install `nginx-agent`, run the following commands:
134
+
1. To install `nginx-agent` with a specific version (example: 2.42.0):
135
135
136
+
Update your package index and install a specific version of the nginx-agent. Replace <VERSION_CODENAME> with your current Ubuntu codename (e.g., jammy, noble).
1. To install `nginx-agent`, run the following commands:
188
+
1. To install `nginx-agent` with a specific version (example: 2.42.0):
187
189
190
+
Update your package index and install a specific version of the nginx-agent. Replace <VERSION_CODENAME> with your current Debian codename (e.g., bullseye).
Copy file name to clipboardExpand all lines: content/nic/releases.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ nd-docs: DOCS-616
10
10
11
11
08 Jul 2025
12
12
13
-
This NGINX Ingress Controller release brings initial connectivity to the NGINX One Console! You can now use NGINX One Console to manage NGINX instances that are part of your NGINX Ingress Controller cluster. See [here]({{< ref "/nginx-one/k8s/add-nic.md" >}}) to configure NGINX One Console with NGINX Ingress Controller.
13
+
This NGINX Ingress Controller release brings initial connectivity to the NGINX One Console! You can now use NGINX One Console to monitor NGINX instances that are part of your NGINX Ingress Controller cluster. See [here]({{< ref "/nginx-one/k8s/add-nic.md" >}}) to configure NGINX One Console with NGINX Ingress Controller.
14
14
15
15
This release also includes the ability to configure Rate Limiting for your APIs based on a specific NGINX variable and its value. This allows you more granular control over how frequently specific users access your resources.
Copy file name to clipboardExpand all lines: content/nic/tutorials/security-monitoring.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,16 @@ If you use custom container images, NGINX Agent must be installed along with NGI
79
79
80
80
{{< note >}} The `features` list must not contain `nginx-config-async` or `nginx-ssl-config` as these features can cause conflicts with NGINX Ingress Controller.{{< /note >}}
81
81
82
-
3. Follow the [Installation with Manifests]({{< ref "/nic/installation/installing-nic/installation-with-manifests.md" >}}) instructions to deploy NGINX Ingress Controller with custom resources enabled.
82
+
3. Make sure that the ConfigMap is mounted to the NGINX Ingress Controller pod at `/etc/nginx-agent/nginx-agent.conf` by adding the following to the NGINX Ingress Controller deployment manifest:
83
+
84
+
```yaml
85
+
volumeMounts:
86
+
- name: agent-conf
87
+
mountPath: /etc/nginx-agent/nginx-agent.conf
88
+
subPath: nginx-agent.conf
89
+
```
90
+
91
+
4. Follow the [Installation with Manifests]({{< ref "/nic/installation/installing-nic/installation-with-manifests.md" >}}) instructions to deploy NGINX Ingress Controller with custom resources enabled.
0 commit comments