From 3ca75140d01cff17aa0a3a9d9b7e5841cc730729 Mon Sep 17 00:00:00 2001 From: Sanskar Jaiswal Date: Tue, 15 Mar 2022 17:38:52 +0530 Subject: [PATCH] fix gateway api docs Signed-off-by: Sanskar Jaiswal --- docs/gitbook/tutorials/gatewayapi-progressive-delivery.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gitbook/tutorials/gatewayapi-progressive-delivery.md b/docs/gitbook/tutorials/gatewayapi-progressive-delivery.md index f4ffb46c..4838b73f 100644 --- a/docs/gitbook/tutorials/gatewayapi-progressive-delivery.md +++ b/docs/gitbook/tutorials/gatewayapi-progressive-delivery.md @@ -1,6 +1,6 @@ # Gateway API Canary Deployments -This guide shows you how to use Gateway API and Flagger to automate canary deployments. +This guide shows you how to use [Gateway API](https://gateway-api.sigs.k8s.io/) and Flagger to automate canary deployments and A/B testing. ![Flagger Canary Stages](https://raw.githubusercontent.com/fluxcd/flagger/main/docs/diagrams/flagger-gatewayapi-canary.png) @@ -17,7 +17,7 @@ kubectl apply -k github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.4.1 Install a cluster-wide GatewayClass; a Gateway belonging to the GatewayClass and Contour components in the `projectcontour` namespace: ```bash -kubectl apply -f https://raw.githubusercontent.com/projectcontour/contour/release-1.20/examples/render/contour.yaml +kubectl apply -f https://raw.githubusercontent.com/projectcontour/contour/release-1.20/examples/render/contour-gateway.yaml ``` Install Flagger in the `flagger-system` namespace: