From f29c74b957b4f2c64d8fd839c9b72eb858d1259e Mon Sep 17 00:00:00 2001 From: Son Bui Date: Fri, 1 Sep 2023 13:05:46 +0800 Subject: [PATCH] chore: fix incorrect canary name on document Signed-off-by: Son Bui --- docs/gitbook/tutorials/gatewayapi-progressive-delivery.md | 2 +- docs/gitbook/tutorials/istio-ab-testing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gitbook/tutorials/gatewayapi-progressive-delivery.md b/docs/gitbook/tutorials/gatewayapi-progressive-delivery.md index c86aed5b6..a49258777 100644 --- a/docs/gitbook/tutorials/gatewayapi-progressive-delivery.md +++ b/docs/gitbook/tutorials/gatewayapi-progressive-delivery.md @@ -485,7 +485,7 @@ podinfod=stefanprodan/podinfo:6.0.3 Flagger detects that the deployment revision changed and starts a new rollout: ```text -kubectl -n test describe canary/abtest +kubectl -n test describe canary/podinfo Status: Failed Checks: 0 diff --git a/docs/gitbook/tutorials/istio-ab-testing.md b/docs/gitbook/tutorials/istio-ab-testing.md index 9659789af..2e1241b8e 100644 --- a/docs/gitbook/tutorials/istio-ab-testing.md +++ b/docs/gitbook/tutorials/istio-ab-testing.md @@ -179,7 +179,7 @@ podinfod=ghcr.io/stefanprodan/podinfo:6.0.1 Flagger detects that the deployment revision changed and starts a new rollout: ```text -kubectl -n test describe canary/abtest +kubectl -n test describe canary/podinfo Status: Failed Checks: 0