Skip to content

Commit 97f6f6d

Browse files
author
Sarthak Agrawal
committed
fix comments
1 parent 4606f8a commit 97f6f6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/ngf/get-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ Request ID: 1b5c8f3a4532ea7d7510cf14ffeb27af
556556

557557
## Migrating from NGINX Ingress Controller
558558

559-
If you're already using NGINX Ingress Controller and want to migrate to NGINX Gateway Fabric, you can use the ingress2gateway tool to automatically convert your existing Ingress resources to Gateway API resources.
559+
If you're already using NGINX Ingress Controller and want to migrate to NGINX Gateway Fabric, you can use the [ingress2gateway](https://github.com/kubernetes-sigs/ingress2gateway) tool to automatically convert your existing Ingress resources to Gateway API resources.
560560

561561
The ingress2gateway tool is a Kubernetes SIG project that helps convert Ingress resources to Gateway API resources. It supports various Ingress controllers, including NGINX Ingress Controller.
562562

@@ -568,11 +568,11 @@ The ingress2gateway tool is a conversion utility that translates Ingress resourc
568568

569569
To convert your existing NGINX Ingress resources to Gateway API resources that work with NGINX Gateway Fabric:
570570

571-
1. Install the ingress2gateway tool following the [installation instructions](https://github.com/kubernetes-sigs/ingress2gateway).
571+
1. Install the ingress2gateway tool following the [installation instructions](https://github.com/kubernetes-sigs/ingress2gateway?tab=readme-ov-file#installation).
572572

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

578578
3. Review the generated Gateway API resources and apply them to your cluster:

0 commit comments

Comments
 (0)