Skip to content

Commit 4cff9ee

Browse files
authored
Apply suggestions from code review
1 parent fa78878 commit 4cff9ee

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

content/includes/ngf/installation/deploy-ngf-manifests.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -111,19 +111,5 @@ kubectl apply -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v{
111111

112112
### Provision an NGINX data plane
113113

114-
If you have not already done so, review [Deploy a Gateway for data plane instances]({{< ref "/ngf/install/deploy-data-plane.md" >}}).
114+
To deploy the NGINX data plane to connect to the NGINX One Console, follow this guide: [Deploy a Gateway for data plane instances]({{< ref "/ngf/install/deploy-data-plane.md" >}}).
115115

116-
### Verify the Deployment
117-
118-
To confirm that NGINX Gateway Fabric is running, check the pods in the `nginx-gateway` namespace:
119-
120-
```shell
121-
kubectl get pods -n nginx-gateway
122-
```
123-
124-
The output should look similar to this (note that the pod name will include a unique string):
125-
126-
```text
127-
NAME READY STATUS RESTARTS AGE
128-
nginx-gateway-5d4f4c7db7-xk2kq 1/1 Running 0 112s
129-
```

0 commit comments

Comments
 (0)