Skip to content

Commit 163724a

Browse files
committed
Merge branch 'main' into docs/hugo-pr-guidance
2 parents c26ab87 + 84af917 commit 163724a

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/ossf_scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656

5757
# Upload the results to GitHub's code scanning dashboard.
5858
- name: Upload SARIF results to code scanning
59-
uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
59+
uses: github/codeql-action/upload-sarif@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
6060
with:
6161
sarif_file: results.sarif

content/agent/technical-specifications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ This document provides technical specifications for NGINX Agent. It includes inf
1414
{{< bootstrap-table "table table-striped table-bordered" >}}
1515
| NGINX Product | Agent Version |
1616
|------------------------------|----------------|
17-
| **NGINX One Console** | 2.x |
17+
| **NGINX One Console** | 3.x |
1818
| **NGINX Gateway Fabric** | 3.x |
1919
| **NGINX Plus** | 2.x, 3.x |
20-
| **NGINX Ingress Controller** | 2.x |
20+
| **NGINX Ingress Controller** | 2.x, 3.x |
2121
| **NGINX Instance Manager** | 2.x |
2222
{{< /bootstrap-table >}}
2323

content/nginx-one/getting-started.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,6 @@ The `install` script writes an `nginx-agent.conf` file to the `/etc/nginx-agent/
176176
177177
{{< include "/nginx-one/conf/nginx-agent-conf.md" >}}
178178
179-
<span style="display: inline-block; margin-top: 20px;" >
180-
181179
{{<call-out "note" "Note: NGINX Agent poll interval" >}} We recommend keeping `dataplane.status.poll_interval` between `30s` and `60s` in the NGINX Agent config (`/etc/nginx-agent/nginx-agent.conf`). If the interval is set above `60s`, NGINX One Console may report incorrect instance statuses.{{</call-out>}}
182180
183181
<br>

0 commit comments

Comments
 (0)