Skip to content

Commit 5806218

Browse files
author
Sarthak Agrawal
committed
clean doc
1 parent 97f6f6d commit 5806218

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

content/ngf/get-started.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -572,13 +572,10 @@ To convert your existing NGINX Ingress resources to Gateway API resources that w
572572

573573
2. Run the conversion command for NGINX provider:
574574
```shell
575-
ingress2gateway --providers=nginx --input-file=<your-ingress-file
575+
ingress2gateway --providers=nginx --input-file=<your-ingress-file>
576576
```
577577

578-
3. Review the generated Gateway API resources and apply them to your cluster:
579-
```shell
580-
kubectl apply -f gateway-api-resources.yaml
581-
```
578+
3. Review the generated Gateway API resources and apply them to your cluster
582579

583580
For detailed information about NGINX-specific features and conversion options, see the [NGINX provider documentation](https://github.com/kubernetes-sigs/ingress2gateway/blob/main/pkg/i2gw/providers/nginx/README.md).
584581

0 commit comments

Comments
 (0)