Upgrading Telepresence
The Telepresence CLI will periodically check for new versions and notify you when an upgrade is available. Running the same commands used for installation will replace your current binary with the latest version.
macOS
sudo curl -fL https://app.getambassador.io/download/tel2/darwin/amd64/latest/telepresence \-o /usr/local/bin/telepresence && \sudo chmod a+x /usr/local/bin/telepresence && \telepresence version
Linux
sudo curl -fL https://app.getambassador.io/download/tel2/linux/amd64/latest/telepresence \-o /usr/local/bin/telepresence && \sudo chmod a+x /usr/local/bin/telepresence && \telepresence version
Upgrading Telepresence of version 2.0.1 or older
The traffic-manager must be uninstalled manually. This can be done using telepresence uninstall --everything
before the upgrade or by using kubectl delete svc,deploy traffic-manager
.
Installing Older Versions of Telepresence
Use the following URLs to install an older version, replacing x.x.x
with the version you want.
macOS
https://app.getambassador.io/download/tel2/linux/amd64/x.x.x/telepresence
Linux
https://app.getambassador.io/download/tel2/darwin/amd64/x.x.x/telepresence
Use the following URLs to find the current latest version number.
macOS
https://app.getambassador.io/download/tel2/linux/amd64/stable.txt
Linux
https://app.getambassador.io/download/tel2/darwin/amd64/stable.txt
Questions?
We’re here to help. If you have questions, join our Slack or contact us.