Skip to content

Commit 284b896

Browse files
Fix tcpdump ports (#15632)
The document captures HBONE port twice instead of application port. Signed-off-by: Sridhar Gaddam <[email protected]>
1 parent b3946f3 commit 284b896

File tree

2 files changed

+2
-2
lines changed
  • content
    • en/docs/ambient/usage/verify-mtls-enabled
    • zh/docs/ambient/usage/verify-mtls-enabled

2 files changed

+2
-2
lines changed

content/en/docs/ambient/usage/verify-mtls-enabled/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ If you don't have access to the worker nodes, you may be able to use the [netsho
8787

8888
{{< text syntax=bash >}}
8989
$ POD=$(kubectl get pods -l app=details -o jsonpath="{.items[0].metadata.name}")
90-
$ kubectl debug $POD -i --image=nicolaka/netshoot -- tcpdump -nAi eth0 port 15008 or port 15008
90+
$ kubectl debug $POD -i --image=nicolaka/netshoot -- tcpdump -nAi eth0 port 9080 or port 15008
9191
{{< /text >}}

content/zh/docs/ambient/usage/verify-mtls-enabled/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ $ tcpdump -nAi eth0 port 9080 or port 15008
9999

100100
{{< text syntax=bash >}}
101101
$ POD=$(kubectl get pods -l app=details -o jsonpath="{.items[0].metadata.name}")
102-
$ kubectl debug $POD -i --image=nicolaka/netshoot -- tcpdump -nAi eth0 port 15008 or port 15008
102+
$ kubectl debug $POD -i --image=nicolaka/netshoot -- tcpdump -nAi eth0 port 9080 or port 15008
103103
{{< /text >}}

0 commit comments

Comments
 (0)