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
We recommend using the latest release of NGINX Instance Manager, and provides software updates for the most recent release.
30
+
31
+
We provide technical support for F5 customers who are using the most recent version of NGINX Instance Manager, and any version released within two years of the current release.
32
+
33
+
NGINX Instance Manager supports the following versions :
34
+
35
+
36
+
37
+
| Nginx Instance Manager Version | End of Technical Support |
Copy file name to clipboardExpand all lines: content/nim/waf-integration/configuration/install-waf-compiler/install-disconnected.md
+52-1Lines changed: 52 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Earlier releases used 4.x.x for VM packages (for example, NAP 4.15.0, NAP 4.16.0
29
29
30
30
---
31
31
32
-
## Install the WAF compiler by distribution
32
+
## Install the WAF compiler on Virtual machine or baremetal
33
33
34
34
{{< tabs name="install-waf-compiler-offline" >}}
35
35
@@ -206,3 +206,54 @@ Earlier releases used 4.x.x for VM packages (for example, NAP 4.15.0, NAP 4.16.0
206
206
{{% /tab %}}
207
207
208
208
{{< /tabs >}}
209
+
210
+
## Install the WAF compiler in Kubernetes
211
+
212
+
**On a system with internet access:**
213
+
214
+
Build the following Dockerfile by updating the base image version and target compiler version as per your requirement. Here , in this example, we've used NIM version as latest 2.21.0 ( Which comes with WAF compiler v5.527.0) and additional WAF compiler to be installed as v5.550.0.
215
+
216
+
```shell
217
+
FROM private-registry.nginx.com/nms/integrations:2.21.0
Move the yielded docker image to the target offline system.
249
+
250
+
**On the offline target system:**
251
+
252
+
Host the docker image on either local or remote registry.
253
+
Edit the kubernetes deployment w.r.t integrations to reference to the new docker image hosted.
254
+
255
+
```shell
256
+
kubectl edit deploy -n <namespace> integrations
257
+
```
258
+
Once the pod comes up with the latest image, system should be up with both the compiler installed and should be able to compile policies on datapath's having either versions of WAF.
0 commit comments