Skip to content

Commit d4c474b

Browse files
committed
edits
1 parent c65217d commit d4c474b

File tree

6 files changed

+31
-8
lines changed

6 files changed

+31
-8
lines changed

content/nim/deploy/kubernetes/deploy-using-helm.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,7 @@ To deploy NGINX Instance Manager using a Helm chart, you need:
4141

4242
---
4343

44-
## Get the NGINX Instance Manager images
45-
46-
### Using Docker
47-
48-
### Using Helm with a JWT token
44+
## Set up image registry access for NGINX Instance Manager
4945

5046
You can use your NGINX JWT as a Docker configuration secret with Helm charts.
5147

@@ -433,5 +429,10 @@ To upgrade:
433429

434430
## Troubleshooting
435431

436-
For instructions on creating a support package to share with NGINX Customer Support, see [Create a Support Package from a Helm Installation]({{< ref "/nms/support/k8s-support-package.md" >}}).
432+
For instructions on creating a support package to share with NGINX Customer Support, see [Create a Support Package from a Helm Installation]({{< ref "nim/support/k8s-support-package.md" >}}).
433+
434+
---
435+
436+
## Next steps
437437

438+
- [Add NGINX Open Source and NGINX Plus instances to NGINX Instance Manager]({{< ref "nim/nginx-instances/add-instance.md" >}})

content/nim/deploy/vm-bare-metal/install-nim-manual.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,3 +235,9 @@ To install NGINX Instance Manager, you need to add the official repository to pu
235235
```
236236

237237
4. (Optional) If you use SELinux, follow the steps in the [Configure SELinux]({{< ref "nim/system-configuration/configure-selinux.md" >}}) guide to restore the default SELinux labels (`restorecon`) for the files and directories related to NGINX Management suite.
238+
239+
---
240+
241+
## Next steps
242+
243+
- [Add NGINX Open Source and NGINX Plus instances to NGINX Instance Manager]({{< ref "nim/nginx-instances/add-instance.md" >}})

content/nim/deploy/vm-bare-metal/install.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,3 +296,9 @@ bash install-nim-bundle.sh -r
296296
## Uninstall NGINX Instance Manager {#uninstall-nim}
297297
298298
{{< include "nim/uninstall/uninstall-nim.md" >}}
299+
300+
---
301+
302+
## Next steps
303+
304+
- [Add NGINX Open Source and NGINX Plus instances to NGINX Instance Manager]({{< ref "nim/nginx-instances/add-instance.md" >}})

content/nim/disconnected/offline-install-guide-manual.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,3 +198,8 @@ sudo chmod 644 /usr/share/nms/cve.xml && \
198198
sudo systemctl restart nms-dpm
199199
```
200200

201+
---
202+
203+
## Next steps
204+
205+
- [Add NGINX Open Source and NGINX Plus instances to NGINX Instance Manager]({{< ref "nim/nginx-instances/add-instance.md" >}})

content/nim/disconnected/offline-install-guide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,3 +206,8 @@ sudo chmod 644 /usr/share/nms/cve.xml && \
206206
sudo systemctl restart nms-dpm
207207
```
208208

209+
---
210+
211+
## Next steps
212+
213+
- [Add NGINX Open Source and NGINX Plus instances to NGINX Instance Manager]({{< ref "nim/nginx-instances/add-instance.md" >}})

content/nim/nginx-instances/add-instance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ nd-content-type: how-to
66
nd-product: NIM
77
---
88

9-
This guide shows you how to add NGINX Open Source and NGINX Plus instances to F5 NGINX Instance Manager.
9+
This guide shows you how to add NGINX Open Source and NGINX Plus instances to F5 NGINX Instance Manager so you can manage them from a central dashboard.
1010

1111
## Before you begin
1212

1313
Make sure you have:
1414

15-
- One or more instances running NGINX Open Source or NGINX Plus.
15+
- One or more instances running [NGINX Open Source]({{< ref "nginx/admin-guide/installing-nginx/installing-nginx-open-source.md" >}}) or [NGINX Plus]({{< ref "nginx/admin-guide/installing-nginx/installing-nginx-plus.md" >}}).
1616
- Admin access to NGINX Instance Manager.
1717

1818
## Add instances

0 commit comments

Comments
 (0)