From b4458387e40b3cbc7d36fa4c941bf69595c89c08 Mon Sep 17 00:00:00 2001 From: Chetan Jain <46200286+Chetan-99@users.noreply.github.com> Date: Wed, 25 Jun 2025 16:54:17 +0530 Subject: [PATCH 1/3] fix: cleanup of nim charts + minor fixes --- .../nim/kubernetes/access-webui-helm.md | 4 ++-- .../nms-chart-supported-module-versions.md | 23 ------------------- .../deploy/kubernetes/deploy-using-helm.md | 4 ---- 3 files changed, 2 insertions(+), 29 deletions(-) diff --git a/content/includes/nim/kubernetes/access-webui-helm.md b/content/includes/nim/kubernetes/access-webui-helm.md index f64a81072..d4ccfae66 100644 --- a/content/includes/nim/kubernetes/access-webui-helm.md +++ b/content/includes/nim/kubernetes/access-webui-helm.md @@ -7,10 +7,10 @@ You can access the NGINX Instance Manager web interface using the external IP ad 1. To look up the external IP address for the API Gateway, run the following command: ```bash - kubectl -n nms get svc apigw + kubectl -n nim get svc apigw ``` - This `kubectl` command retrieves the service named `apigw` from the namespace `nms`. It outputs the details of the service, such as its type, port, cluster and external IP addresses. + This `kubectl` command retrieves the service named `apigw` from the namespace `nim`. It outputs the details of the service, such as its type, port, cluster and external IP addresses. The default service type is `ClusterIP` and the output looks similar to the following example: diff --git a/content/includes/nim/kubernetes/nms-chart-supported-module-versions.md b/content/includes/nim/kubernetes/nms-chart-supported-module-versions.md index a23ff1c6e..9f052b42f 100644 --- a/content/includes/nim/kubernetes/nms-chart-supported-module-versions.md +++ b/content/includes/nim/kubernetes/nms-chart-supported-module-versions.md @@ -16,28 +16,5 @@ docs: DOCS-1324 | 1.13.0 | ngnx-stable/nms | 2.16.0 | | 1.12.1 | ngnx-stable/nms | 2.15.1 | | 1.12.0 | ngnx-stable/nms | 2.15.0 | -| 1.11.0 | ngnx-stable/nms | 2.14.0 | -| 1.10.1 | ngnx-stable/nms | 2.13.1 | -| 1.10.0 | ngnx-stable/nms | 2.13.1 | -| 1.9.0 | ngnx-stable/nms | 2.13.0 | -| 1.8.2 | ngnx-stable/nms | 2.12.0 | -| 1.8.1 | ngnx-stable/nms | 2.12.0 | -| 1.8.0 | ngnx-stable/nms | 2.12.0 | -| 1.7.2 | ngnx-stable/nms | 2.11.0 | -| 1.7.1 | ngnx-stable/nms | 2.11.0 | -| 1.7.0 | ngnx-stable/nms | 2.11.0 | -| 1.6.0 | ngnx-stable/nms | 2.10.1 | -| 1.5.2 | ngnx-stable/nms | 2.10.0 | -| 1.5.1 | ngnx-stable/nms | 2.10.0 | -| 1.5.0 | ngnx-stable/nms | 2.10.0 | -| 1.4.0 | ngnx-stable/nms | 2.9.1 | -| 1.3.1 | ngnx-stable/nms | 2.9.0 | -| 1.3.0 | ngnx-stable/nms | 2.9.0 | -| 1.2.1 | ngnx-stable/nms | 2.8.0 | -| 1.2.0 | ngnx-stable/nms | 2.8.0 | -| 1.1.2 | ngnx-stable/nms | 2.7.0 | -| 1.1.1 | ngnx-stable/nms | 2.7.0 | -| 1.1.0 | ngnx-stable/nms | 2.7.0 | -| 1.0.0 | ngnx-stable/nms | 2.6.0 | {{}} diff --git a/content/nim/deploy/kubernetes/deploy-using-helm.md b/content/nim/deploy/kubernetes/deploy-using-helm.md index 897d35e9a..dab74919c 100644 --- a/content/nim/deploy/kubernetes/deploy-using-helm.md +++ b/content/nim/deploy/kubernetes/deploy-using-helm.md @@ -29,10 +29,6 @@ Make sure to update your chart references if you’re using version 2.20.0 or la To deploy NGINX Instance Manager using a Helm chart, you need: -## Requirements - -To deploy NGINX Instance Manager using a Helm chart, you need: - {{< bootstrap-table "table table-striped table-bordered" >}} | Requirements | Notes | |----------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| From 8113940af4d0829448ad30c71c220634b38f51c7 Mon Sep 17 00:00:00 2001 From: Chetan Jain <46200286+Chetan-99@users.noreply.github.com> Date: Wed, 25 Jun 2025 16:57:24 +0530 Subject: [PATCH 2/3] fix: Update nms-chart-supported-module-versions.md --- .../nim/kubernetes/nms-chart-supported-module-versions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/includes/nim/kubernetes/nms-chart-supported-module-versions.md b/content/includes/nim/kubernetes/nms-chart-supported-module-versions.md index 9f052b42f..238bc2f31 100644 --- a/content/includes/nim/kubernetes/nms-chart-supported-module-versions.md +++ b/content/includes/nim/kubernetes/nms-chart-supported-module-versions.md @@ -16,5 +16,9 @@ docs: DOCS-1324 | 1.13.0 | ngnx-stable/nms | 2.16.0 | | 1.12.1 | ngnx-stable/nms | 2.15.1 | | 1.12.0 | ngnx-stable/nms | 2.15.0 | +| 1.11.0 | ngnx-stable/nms | 2.14.0 | +| 1.10.1 | ngnx-stable/nms | 2.13.1 | +| 1.10.0 | ngnx-stable/nms | 2.13.1 | +| 1.9.0 | ngnx-stable/nms | 2.13.0 | {{}} From cf29bffb0baa2a0eea426af9b6378e74372855f4 Mon Sep 17 00:00:00 2001 From: Chetan Jain <46200286+Chetan-99@users.noreply.github.com> Date: Wed, 25 Jun 2025 20:30:41 +0530 Subject: [PATCH 3/3] Update content/includes/nim/kubernetes/access-webui-helm.md Co-authored-by: Travis Martin <33876974+travisamartin@users.noreply.github.com> --- content/includes/nim/kubernetes/access-webui-helm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/includes/nim/kubernetes/access-webui-helm.md b/content/includes/nim/kubernetes/access-webui-helm.md index d4ccfae66..90c02e86c 100644 --- a/content/includes/nim/kubernetes/access-webui-helm.md +++ b/content/includes/nim/kubernetes/access-webui-helm.md @@ -10,7 +10,7 @@ You can access the NGINX Instance Manager web interface using the external IP ad kubectl -n nim get svc apigw ``` - This `kubectl` command retrieves the service named `apigw` from the namespace `nim`. It outputs the details of the service, such as its type, port, cluster and external IP addresses. + This `kubectl` command shows details for the `apigw` service in the `nim` namespace. You’ll see the service type, port, cluster IP, and external IP addresses. The default service type is `ClusterIP` and the output looks similar to the following example: