Reputation: 1775
Getting error while trying to access Teleport via tsh login
error: minimum client version supported by the server is 9.0.0. Please upgrade the client, downgrade the server, or use the
--skip-version-check flag to by-pass this check.
Upgrading version doesn't help as it downloads the files but says no auth to install.
Upvotes: 2
Views: 5062
Reputation: 1775
Worked after I cleared the tsh/kube teleport config
cat /dev/null >~/.kube/config
rm -rf ~/.tsh
rm -rf ~/.kube/teleport-*
and refreshed the VPN connection
Upvotes: 1
Reputation: 1145
Few questions:
tsh version
.v9
of Teleport is pretty old and getting near EOL (see https://goteleport.com/docs/faq/#supported-versions). So you might want to consider upgrading your cluster itself.If you're on MacOS or Windows you can install the tsh
binary with our installation packages. If you are getting errors it might be a local issue most likely.
Upvotes: 1