teleport-update enable error #52862
-
ERROR REPORT: If I add the --proxy parameter after teleport-update enable, what is this address? How should I upgrade? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
root@TelePort:~# tctl status authority rotation protocol status algorithm storage host standby (never rotated) SSH active Ed25519 software I want to upgrade to the latest version |
Beta Was this translation helpful? Give feedback.
-
I faced the same issue. The AI at teleport it's website also didn't know something about the mentioned config-file "update.yaml". But I was successful able to enable the update-function with:
"teleport.mydomain.com" is the exact URL I enter if I want to connect from external to my teleport WebUI. Hope this helps you. |
Beta Was this translation helpful? Give feedback.
-
As noted already, if you don't have a config file in place, you can run |
Beta Was this translation helpful? Give feedback.
teleport-update enable
assumes that a Teleport configuration file is located at/etc/teleport.yaml
and the proxy address to use can be read from it. This is because in most cases people are attempting to enable managed updates on a server which already has Teleport configured.As noted already, if you don't have a config file in place, you can run
teleport-update enable --proxy teleport.example.com
(replacing this with your own Teleport domain)