Skip to content

Commit

Permalink
(from getambassador.io) use the range of ports it can be
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Krause <krausenoah@gmail.com>
  • Loading branch information
iNoahNothing committed May 18, 2021
1 parent 53a1e41 commit 07e5dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/linkerd.md
Expand Up @@ -12,7 +12,7 @@ spec:
template:
metadata:
annotations:
config.linkerd.io/skip-outbound-ports: "8081,8022,6001"
config.linkerd.io/skip-outbound-ports: "8081,8022,6000-7999"
```

The Traffic Agent uses port 8081 for its API, 8022 for SSHFS, and 6001 for the actual tunnel between the Traffic Manager and the local system. Telling Linkerd to skip these ports allows the Traffic Agent sidecar to fully communicate with the Traffic Manager, and therefore the rest of the Telepresence system.
Expand Down

0 comments on commit 07e5dd7

Please sign in to comment.