Skip to content

Commit

Permalink
(from getambassador.io) Fix links to specific headings.
Browse files Browse the repository at this point in the history
  • Loading branch information
thallgren authored and Donny Yung committed May 27, 2021
1 parent 14f0994 commit d1e8813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions releaseNotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ items:
- title: TCP and UDP routing via Virtual Network Interface
body: "Telepresence will now perform routing of outbound TCP and UDP traffic via a Virtual Network Interface (VIF). The VIF is a layer 3 TUN-device that exists while Telepresence is connected. It makes the subnets in the cluster available to the workstation and will also route DNS requests to the cluster and forward them to intercepted pods. This means that pods with custom DNS configuration will work as expected. Prior versions of Telepresence would use firewall rules and was only capable of routing TCP."
image: ./tunnel.jpg
docs: reference/tun-device.md
docs: reference/tun-device.md#both-tcp-and-udp
type: feature
- title: SSH is no longer used
body: "All traffic between the client and the cluster is now tunneled via the traffic manager gRPC API. This means that Telepresence no longer uses ssh tunnels and that the manager no longer have an `sshd` installed. Volume mounts are still established using `sshfs` but it is now configured to communicate using the sftp-protocol directly, which means that the traffic agent also runs without `sshd`. A desired side effect of this is that the manager and agent containers no longer need a special user configuration."
image: ./no-ssh.png
docs: reference/tun-device.md
docs: reference/tun-device.md#no-ssh-required
type: change
- version: 2.2.2
date: '2021-05-17'
Expand Down

0 comments on commit d1e8813

Please sign in to comment.