We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Our own guide says the users must use this command to generate a dynamic cluster join token:
$ tctl nodes add --ttl=5m --roles=trustedcluster
But the output of it makes zero sense. It tells users to run teleport start --role=trustedcluster. These instructions are for adding nodes only.
teleport start --role=trustedcluster
If --roles parameter is set to clusters, the command should simply dump the trusted cluster and not suggest any way of using it.
--roles
The text was updated successfully, but these errors were encountered:
dupe of #1971
Sorry, something went wrong.
No branches or pull requests
Our own guide says the users must use this command to generate a dynamic cluster join token:
But the output of it makes zero sense. It tells users to run
teleport start --role=trustedcluster
. These instructions are for adding nodes only.Solution
If
--roles
parameter is set to clusters, the command should simply dump the trusted cluster and not suggest any way of using it.The text was updated successfully, but these errors were encountered: