From eda0912e229f75105910bc142d0fc8de28c1714f Mon Sep 17 00:00:00 2001 From: MIKE-4-prog Date: Mon, 30 Mar 2026 13:37:50 +0100 Subject: [PATCH 1/2] Add tap subcommand section with skipped ports note to viz CLI docs Signed-off-by: MIKE-4-prog --- linkerd.io/content/2.19/reference/cli/viz.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/linkerd.io/content/2.19/reference/cli/viz.md b/linkerd.io/content/2.19/reference/cli/viz.md index cd3792a134..71325a2f89 100644 --- a/linkerd.io/content/2.19/reference/cli/viz.md +++ b/linkerd.io/content/2.19/reference/cli/viz.md @@ -152,8 +152,16 @@ Because retries are only performed on the _outbound_ (client) side, the ### tap +### tap + {{< docs/cli-description "viz tap" >}} +{{< note >}}If a pod is configured with the annotations +`config.linkerd.io/skip-inbound-ports` or +`config.linkerd.io/skip-outbound-ports`, traffic on those ports bypasses the +Linkerd proxy. Because `linkerd tap` observes traffic through the proxy, +**traffic on skipped ports cannot be tapped**.{{< /note >}} + {{< docs/cli-examples "viz tap" >}} {{< docs/cli-flags "viz tap" >}} From fc70e7114253a716a4de9e9b220ba542a3d1cac9 Mon Sep 17 00:00:00 2001 From: MIKE-4-prog Date: Mon, 30 Mar 2026 13:58:00 +0100 Subject: [PATCH 2/2] Remove duplicate ### tap header in viz CLI docs Signed-off-by: MIKE-4-prog --- linkerd.io/content/2.19/reference/cli/viz.md | 1 - 1 file changed, 1 deletion(-) diff --git a/linkerd.io/content/2.19/reference/cli/viz.md b/linkerd.io/content/2.19/reference/cli/viz.md index 71325a2f89..fd5cb9bad2 100644 --- a/linkerd.io/content/2.19/reference/cli/viz.md +++ b/linkerd.io/content/2.19/reference/cli/viz.md @@ -150,7 +150,6 @@ Because retries are only performed on the _outbound_ (client) side, the {{< docs/cli-flags "viz stat" >}} -### tap ### tap