Skip to content

Commit 7ad545b

Browse files
sarthypartybjee19
andauthored
Update content/ngf/get-started.md
Co-authored-by: bjee19 <[email protected]>
1 parent d4307bc commit 7ad545b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ngf/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ To convert your existing NGINX Ingress resources to Gateway API resources that w
574574
```shell
575575
ingress2gateway print --providers=nginx --input-file=<your-ingress-file> > gateway-api-resources.yaml
576576
```
577-
This command will analyze your Ingress resources and output the equivalent Gateway API resources to stdout. You can redirect the output to a file for review:
577+
This command will analyze your Ingress resources from the input file and output the equivalent Gateway API resources to a file named `gateway-api-resources.yaml`
578578

579579
3. Review the generated Gateway API resources in the output file and apply them to your cluster:
580580
```shell

0 commit comments

Comments
 (0)