File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
content/en/blog/_posts/2023-10-18-gateway-api-time-to-switch-i2gw Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,9 @@ Migrating from Ingress to the Gateway API may seem intimidating, but luckily Kub
60
60
```
61
61
go install github.com/kubernetes-sigs/ingress2gateway@latest
62
62
```
63
- This will install ingress2gateway to $(go env GOPATH)/bin/ingress2gateway
63
+ This will install ingress2gateway to $(go env GOPATH)/bin/ingress2gateway.
64
64
65
- <!-- TODO(liorlieberman) -->
66
- To install it using a different way refer to <link >.
65
+ Alternatively, you can build it from source using https://github.com/kubernetes-sigs/ingress2gateway#build-from-source .
67
66
68
67
Once the tool is installed, you can use it to convert the ingress resources in your cluster to GatewayAPI resources.
69
68
@@ -91,9 +90,7 @@ Ingress2gateway helps to ease the migration process for you, converting your exi
91
90
92
91
93
92
### Try it out and get involved
94
- There are many resources to check out to learn more.
95
-
96
- <!-- TODO(liorlieberman) -->
97
- <!-- - Ingress2gateway readme link
98
- - <Gateway api usage links>
99
- - <gateway API implementations support> -->
93
+ There are many resources to check out to learn more:
94
+ - Ingress2Gateway readme - https://github.com/kubernetes-sigs/ingress2gateway#ingress-to-gateway
95
+ - Gateway API Getting Started - https://gateway-api.sigs.k8s.io/guides/
96
+ - Gateway API Implementations - https://gateway-api.sigs.k8s.io/implementations/#gateways
You can’t perform that action at this time.
0 commit comments