teleport-update enable error #52862
Replies: 1 comment
-
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.
-
ERROR REPORT:
Original Error: *errors.errorString Teleport proxy URL must be specified with --proxy or present in update.yaml
Stack Trace:
github.com/gravitational/teleport/lib/autoupdate/agent/updater.go:728 github.com/gravitational/teleport/lib/autoupdate/agent.(*Updater).find
github.com/gravitational/teleport/lib/autoupdate/agent/updater.go:363 github.com/gravitational/teleport/lib/autoupdate/agent.(*Updater).Install
github.com/gravitational/teleport/tool/teleport-update/main.go:340 main.cmdInstall
github.com/gravitational/teleport/tool/teleport-update/main.go:197 main.Run
github.com/gravitational/teleport/tool/teleport-update/main.go:64 main.main
runtime/proc.go:272 runtime.main
runtime/asm_amd64.s:1700 runtime.goexit
User Message: Teleport proxy URL must be specified with --proxy or present in update.yaml] teleport-update/main.go:224
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.
All reactions