From 13a2972eb1e49ce2fa0c29792df77ee78ea6d845 Mon Sep 17 00:00:00 2001 From: Alon Gluz Date: Fri, 13 Dec 2024 15:09:25 +0200 Subject: [PATCH] cleanup --- examples/linkerd-header-based/steps.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/linkerd-header-based/steps.sh b/examples/linkerd-header-based/steps.sh index 540c61f..5392436 100644 --- a/examples/linkerd-header-based/steps.sh +++ b/examples/linkerd-header-based/steps.sh @@ -2,9 +2,6 @@ # watch Route kubectl -n argo-demo get httproute.gateway.networking.k8s.io/argo-rollouts-http-route -o custom-columns=NAME:.metadata.name,PRIMARY_SERVICE:.spec.rules[0].backendRefs[0].name,PRIMARY_WEIGHT:.spec.rules[0].backendRefs[0].weight,CANARY_SERVICE:.spec.rules[0].backendRefs[1].name,CANARY_WEIGHT:.spec.rules[0].backendRefs[1].weight -# View traffic -linkerd viz -n argo-demo stat rs --from deploy/slow-cooker - # View Rollout kubectl argo rollouts -n argo-demo get rollout rollouts-demo