-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add client tools managed updates to resources docs #51155
base: master
Are you sure you want to change the base?
Add client tools managed updates to resources docs #51155
Conversation
Amplify deployment status
|
a771b6c
to
d6567aa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Grammar suggestions, plus a question
@@ -64,6 +64,10 @@ Teleport v17.0.5 git:v17.0.5-0-g7cc4c2a go1.23.4 | |||
|
|||
### Using `tctl` | |||
|
|||
<Admonition type="note"> | |||
`tctl autoupdate` commands are available in versions: >=18.0.0-dev, >=17.2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is 18.0.0-dev
a Teleport release that users can install? It might make sense to include only >=17.2.0
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was not sure about it, so added to get some opinions because we publish nightly builds with 18.0.0-dev
version
In this PR added updated resources documentation (https://goteleport.com/docs/ver/18.x/reference/resources/) with added examples and references for managed updates of client tools
Co-authored-by: Paul Gottschling [email protected]