Skip to content

Commit 98c79e0

Browse files
sjbermanADubhlaoich
andcommitted
Apply suggestions from code review
Co-authored-by: Alan Dooley <[email protected]>
1 parent 0c002ee commit 98c79e0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

site/content/installation/installing-ngf/helm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ To upgrade the CRDs, take the following steps:
209209

210210
### Upgrade NGINX Gateway Fabric release
211211

212-
{{<important>}}NGINX Plus users that are upgrading from version 1.4.0 to 1.5.0 need to install an NGINX Plus JWT
213-
Secret before upgrading. Follow the steps in the [Before you begin](#before-you-begin) section to create the Secret. If you use a different name than the default `nplus-license` name, specify the Secret name by setting `--set nginx.usage.secretName=<secret-name>` when running `helm upgrade`.{{</important>}}
212+
{{< important >}} NGINX Plus users that are upgrading from version 1.4.0 to 1.5.0 need to install an NGINX Plus JWT
213+
Secret before upgrading. Follow the steps in the [Before you begin](#before-you-begin) section to create the Secret. If you use a different name than the default `nplus-license` name, specify the Secret name by setting `--set nginx.usage.secretName=<secret-name>` when running `helm upgrade`. {{</ important >}}
214214

215215
#### Upgrade from the OCI registry
216216

site/content/installation/nginx-plus-jwt.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ docs: "DOCS-000"
77

88
## Overview
99

10-
NGINX Gateway Fabric with NGINX Plus requires a valid JSON Web Token (JWT) to download the container image from the F5 registry. In addition, starting with version 1.5.0, this JWT token is also required to run NGINX Plus.
10+
NGINX Gateway Fabric with NGINX Plus requires a valid JSON Web Token (JWT) to download the container image from the F5 registry. From version 1.5.0, this JWT token is also required to run NGINX Plus.
1111

1212
This requirement is part of F5’s broader licensing program and aligns with industry best practices. The JWT will streamline subscription renewals and usage reporting, helping you manage your NGINX Plus subscription more efficiently. The [telemetry](#telemetry) data we collect helps us improve our products and services to better meet your needs.
1313

1414
The JWT is required for validating your subscription and reporting telemetry data. For environments connected to the internet, telemetry is automatically sent to F5’s licensing endpoint. In offline environments, telemetry is routed through [NGINX Instance Manager](https://docs.nginx.com/nginx-instance-manager/). Usage is reported every hour and on startup whenever NGINX is reloaded.
1515

16-
## Setting up the JWT
16+
## Set up the JWT
1717

18-
The JWT needs to be configured before deploying NGINX Gateway Fabric. We'll store the JWT in two Kubernetes Secrets. One will be used for downloading the NGINX Plus container image, and the other for running NGINX Plus.
18+
The JWT needs to be configured before deploying NGINX Gateway Fabric. The JWT will be stored in two Kubernetes Secrets: one for downloading the NGINX Plus container image, and the other for running NGINX Plus.
1919

2020
{{< include "installation/jwt-password-note.md" >}}
2121

@@ -172,7 +172,7 @@ ssl_certificate_key /etc/nginx/certs-bootstrap/tls.key;
172172

173173
**Once these Secrets are created and configuration options are set, you can now [install NGINX Gateway Fabric]({{< relref "installation/installing-ngf" >}}).**
174174

175-
## Installation flags for configuring usage reporting {#flags}
175+
## Installation flags to configure usage reporting {#flags}
176176

177177
When installing NGINX Gateway Fabric, the following flags can be specified to configure usage reporting to fit your needs:
178178

@@ -215,7 +215,7 @@ All communication between your NGINX Plus instances, NGINX Instance Manager, and
215215

216216
Only **operational metrics** are reported — no **personally identifiable information (PII)** or **sensitive customer data** is transmitted.
217217

218-
## Pulling an image for local use
218+
## Pull an image for local use
219219

220220
To pull an image for local use, use this command:
221221

0 commit comments

Comments
 (0)