From 166ce15b0467a7db55a8253660793f30dd65ccaf Mon Sep 17 00:00:00 2001 From: Zbynek Roubalik Date: Tue, 18 Jun 2024 08:27:40 +0200 Subject: [PATCH] chore: use the correct link in the walkthrough doc (#1070) Signed-off-by: Zbynek Roubalik --- docs/walkthrough.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/walkthrough.md b/docs/walkthrough.md index 04159858..52969687 100644 --- a/docs/walkthrough.md +++ b/docs/walkthrough.md @@ -77,7 +77,7 @@ When you're ready, please run `kubectl get svc -n ${NAMESPACE}`, find the `ingre >Note: you should go further and set your DNS records appropriately and set up a TLS certificate for this IP address. Instructions to do that are out of scope of this document, though. -#### Installing and Using the [eg](https://gateway.envoyproxy.io/v1.0.1/install/install-helm/) GatewayAPI +#### Installing and Using the [eg](https://gateway.envoyproxy.io/latest/install/install-helm/) GatewayAPI Similarly to exposing your service with `Ingress`, you can expose your service with `HTTPRoute` as part of [GatewayAPI](https://github.com/kubernetes-sigs/gateway-api). Following steps describe how to install one of may GatewayAPI implementations - Envoy Gateway. You should install the `xkcd` helm chart with `--set httproute=true` as [explained above](#xkcd-exposed-with-gatewayapi).