From 168f2ce529b35f5b18dfa178744d5af16cd3f2d5 Mon Sep 17 00:00:00 2001 From: Sridhar Gaddam Date: Fri, 30 Aug 2024 13:41:21 +0530 Subject: [PATCH] Fix tcpdump ports (#15632) The document captures HBONE port twice instead of application port. Signed-off-by: Sridhar Gaddam (cherry picked from commit 284b8969dbd1f963602bc30e56acc658ea666eaa) --- content/en/docs/ambient/usage/verify-mtls-enabled/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/ambient/usage/verify-mtls-enabled/index.md b/content/en/docs/ambient/usage/verify-mtls-enabled/index.md index 7a634d17981ab..b0a4ac540534e 100644 --- a/content/en/docs/ambient/usage/verify-mtls-enabled/index.md +++ b/content/en/docs/ambient/usage/verify-mtls-enabled/index.md @@ -87,5 +87,5 @@ If you don't have access to the worker nodes, you may be able to use the [netsho {{< text syntax=bash >}} $ POD=$(kubectl get pods -l app=details -o jsonpath="{.items[0].metadata.name}") -$ kubectl debug $POD -i --image=nicolaka/netshoot -- tcpdump -nAi eth0 port 15008 or port 15008 +$ kubectl debug $POD -i --image=nicolaka/netshoot -- tcpdump -nAi eth0 port 9080 or port 15008 {{< /text >}}