Skip to content

Commit b884d42

Browse files
mjangjputrino
andcommitted
Apply suggestions from code review
Co-authored-by: Jodie Putrino <[email protected]>
1 parent 7a20efe commit b884d42

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

content/nginx-one/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Stay up-to-date with what's new and improved in the F5 NGINX One Console.
3434

3535
### Monitor F5 NGINX Ingress Controller deployments
3636

37-
You can now montior your NGINX Ingress Controller deployments. For details, see how
37+
You can now monitor your NGINX Ingress Controller deployments. For details, see how
3838
you can [Connect to NGINX One Console]({{< ref "/nginx-one/k8s/add-nic.md" >}}).
3939

4040
Unlike other NGINX instances, when you connect NGINX Ingress Controller to NGINX One Console, access is read-only. Refer to our [NGINX Ingress Controller]({{< ref "/nic/" >}}) for details on how to modify these instances.

content/nginx-one/k8s/add-nic.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ kubectl create secret generic dataplane-key --from-literal=dataplane.key=<Your D
2424
```
2525

2626
When you create a Kubernetes Secret, use the same namespace where NGINX Ingress Controller is running.
27-
If you use `-watch-namespace` or `watch-secret-namespace` arguments with NGINX Ingress Controller,
27+
If you use [`-watch-namespace`]({{< ref "/nic/configuration/global-configuration/command-line-arguments.md#watch-namespace-string" >}}) or [`watch-secret-namespace`]({{< ref "/nic/configuration/global-configuration/command-line-arguments.md#watch-secret-namespace-string" >}}) arguments with NGINX Ingress Controller,
2828
you need to add the dataplane key secret to the watched namespaces. This secret will take approximately 60 - 90 seconds to reload on the pod.
2929

3030
{{<note>}}
@@ -45,7 +45,7 @@ nginxAgent:
4545
```
4646
4747
The `dataplaneKeySecretName` is used to authenticate the agent with NGINX One Console. See the [NGINX One Console Docs]({{< ref "/nginx-one/connect-instances/create-manage-data-plane-keys.md" >}})
48-
for instructions on to generate your dataplane key from the NGINX One Console.
48+
for instructions on how to generate your dataplane key from the NGINX One Console.
4949

5050
Follow the [Installation with Helm]({{< ref "/nic/installation/installing-nic/installation-with-helm.md" >}}) instructions to deploy NGINX Ingress Controller.
5151

@@ -122,7 +122,7 @@ Follow the [Installation with Manifests]({{< ref "/nic/installation/installing-n
122122

123123
## Verify a connection to NGINX One Console
124124

125-
After deploying NGINX Ingress Controller or NGINX Gateway Fabric with NGINX Agent, you can verify the connection to NGINX One Console.
125+
After deploying NGINX Ingress Controller <!-- or NGINX Gateway Fabric --> with NGINX Agent, you can verify the connection to NGINX One Console.
126126
Log in to your F5 Distributed Console cloud account. Select **NGINX One > Visit Service**. In the dashboard that appears, navigate to **Manage > Instances**. Your instances should appear in the list, where the instance name is the hostname and also the pod name.
127127

128128
## Troubleshooting

content/nginx-one/k8s/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ You can now include Kubernetes systems through the [control plane](https://www.f
1616

1717
- Set up a connection to F5 NGINX One Console through a data plane key.
1818
- Monitor each connected Kubernetes system for CVEs.
19-
- Review the NGINX Ingress Controller and NGINX Gateway Fabric instances that are part of your fleet
19+
- Review the NGINX Ingress Controller instances that are part of your fleet.
2020

0 commit comments

Comments
 (0)