Skip to content

Commit d4307bc

Browse files
author
Sarthak Agrawal
committed
remove print command without redirect
1 parent b77b28a commit d4307bc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

content/ngf/get-started.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -571,13 +571,10 @@ To convert your existing NGINX Ingress resources to Gateway API resources that w
571571
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:
574-
```shell
575-
ingress2gateway print --providers=nginx --input-file=<your-ingress-file>
576-
```
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:
578574
```shell
579575
ingress2gateway print --providers=nginx --input-file=<your-ingress-file> > gateway-api-resources.yaml
580576
```
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:
581578

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

0 commit comments

Comments
 (0)