Skip to content

Commit 5b5bf13

Browse files
mjangtravisamartin
andcommitted
Apply suggestions from code review
Co-authored-by: Travis Martin <[email protected]>
1 parent b884d42 commit 5b5bf13

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ Once connected, you'll see a **read-only** configuration of NGINX Ingress Contro
2020
Before connecting NGINX Ingress Controller to NGINX One Console, you need to create a Kubernetes Secret with the data plane key. Use the following command:
2121

2222
```shell
23-
kubectl create secret generic dataplane-key --from-literal=dataplane.key=<Your Dataplane Key> -n <namespace>
23+
kubectl create secret generic dataplane-key \
24+
--from-literal=dataplane.key=<Your Dataplane Key> \
25+
-n <namespace>
2426
```
2527

2628
When you create a Kubernetes Secret, use the same namespace where NGINX Ingress Controller is running.
@@ -123,7 +125,7 @@ Follow the [Installation with Manifests]({{< ref "/nic/installation/installing-n
123125
## Verify a connection to NGINX One Console
124126

125127
After deploying NGINX Ingress Controller <!-- or NGINX Gateway Fabric --> with NGINX Agent, you can verify the connection to NGINX One Console.
126-
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.
128+
Log in to your F5 Distributed Cloud Console account. Select **NGINX One > Visit Service**. In the dashboard, go to **Manage > Instances**. You should see your instances listed by name. The instance name matches both the hostname and the pod name.
127129

128130
## Troubleshooting
129131

0 commit comments

Comments
 (0)