Skip to content

Commit 6249b68

Browse files
committed
Add installation guidance and additional resources
1 parent 9464c86 commit 6249b68

File tree

1 file changed

+6
-9
lines changed
  • content/en/blog/_posts/2023-10-18-gateway-api-time-to-switch-i2gw

1 file changed

+6
-9
lines changed

content/en/blog/_posts/2023-10-18-gateway-api-time-to-switch-i2gw/index.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,9 @@ Migrating from Ingress to the Gateway API may seem intimidating, but luckily Kub
6060
```
6161
go install github.com/kubernetes-sigs/ingress2gateway@latest
6262
```
63-
This will install ingress2gateway to $(go env GOPATH)/bin/ingress2gateway
63+
This will install ingress2gateway to $(go env GOPATH)/bin/ingress2gateway.
6464

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.
6766

6867
Once the tool is installed, you can use it to convert the ingress resources in your cluster to GatewayAPI resources.
6968

@@ -91,9 +90,7 @@ Ingress2gateway helps to ease the migration process for you, converting your exi
9190

9291

9392
### 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

0 commit comments

Comments
 (0)