Skip to content

Commit a59dd3b

Browse files
committed
update tech spec and comments
1 parent a591e2c commit a59dd3b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

content/includes/nic/configuration/security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ The block below shows the code you will look for:
5353
# volumes:
5454
# - name: nginx-etc
5555
# emptyDir: {}
56-
# - name: nginx-cache # not required for statefulset
57-
# emptyDir: {} # not required for statefulset
56+
# - name: nginx-cache # do not set this value in statefulset if volumeclaimtemplate is set
57+
# emptyDir: {} # do not set this value in statefulset if volumeclaimtemplate is set
5858
# - name: nginx-lib
5959
# emptyDir: {}
6060
# - name: nginx-lib-state

content/nic/configuration/security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ The block below shows the code you will look for:
5353
# volumes:
5454
# - name: nginx-etc
5555
# emptyDir: {}
56-
# - name: nginx-cache # not required for statefulset
57-
# emptyDir: {} # not required for statefulset
56+
# - name: nginx-cache # do not set this value in statefulset if volumeclaimtemplate is set
57+
# emptyDir: {} # do not set this value in statefulset if volumeclaimtemplate is set
5858
# - name: nginx-lib
5959
# emptyDir: {}
6060
# - name: nginx-lib-state

content/nic/installation/integrations/app-protect-waf-v5/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ Create required volumes:
227227
volumes:
228228
- name: nginx-etc
229229
emptyDir: {}
230-
- name: nginx-cache # not required for statefulset
231-
emptyDir: {} # not required for statefulset
230+
- name: nginx-cache # do not set this value in statefulset if volumeclaimtemplate is set
231+
emptyDir: {} # do not set this value in statefulset if volumeclaimtemplate is set
232232
- name: nginx-lib
233233
emptyDir: {}
234234
- name: nginx-log

content/nic/technical-specifications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ We test NGINX Ingress Controller on a range of Kubernetes platforms for each rel
1717
{{< table >}}
1818
| NIC version | Kubernetes versions tested | NIC Helm Chart version | NIC Operator version | NGINX / NGINX Plus version | End of Technical Support |
1919
| --- | --- | --- | --- | --- | --- |
20-
| {{< nic-version >}} | 1.25 - 1.33 | {{< nic-helm-version >}} | {{< nic-operator-version >}} | 1.29.1 / R35 | - |
20+
| {{< nic-version >}} | 1.26 - 1.34 | {{< nic-helm-version >}} | {{< nic-operator-version >}} | 1.29.1 / R35 | - |
21+
| 5.1.1 | 1.25 - 1.33 | 2.2.2 | 3.2.3 | 1.29.1 / R35 | Aug 15, 2027 |
2122
| 5.0.0 | 1.25 - 1.32 | 2.1.0 | 3.1.0 | 1.27.4 / R34 | Apr 16, 2027 |
2223
| 4.0.1 | 1.25 - 1.32 | 2.0.1 | 3.0.1 | 1.27.4 / R33 P2 | Feb 7, 2027 |
2324
| 3.7.2 | 1.25 - 1.31 | 1.4.2 | 2.4.2 | 1.27.2 / R32 P1 | Nov 25, 2026 |
2425
| 3.6.2 | 1.25 - 1.31 | 1.3.2 | 2.3.2 | 1.27.1 / R32 P1 | Aug 19, 2026 |
2526
| 3.5.2 | 1.23 - 1.30 | 1.2.2 | 2.2.2 | 1.27.0 / R32 | May 31, 2026 |
2627
| 3.4.3 | 1.23 - 1.29 | 1.1.3 | 2.1.2 | 1.25.4 / R31 P1 | Feb 19, 2026 |
2728
| 3.3.2 | 1.22 - 1.28 | 1.0.2 | 2.0.2 | 1.25.3 / R30 | Nov 1, 2025 |
28-
| 3.2.1 | 1.22 - 1.27 | 0.18.1 | 1.5.1 | 1.25.2 / R30 | Aug 18, 2025 |
2929
{{< /table >}}
3030

3131
## Supported Docker images

0 commit comments

Comments
 (0)