Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonGluz committed Dec 13, 2024
1 parent da5094b commit 13a2972
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/linkerd-header-based/steps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 13a2972

Please sign in to comment.