Skip to content

Commit

Permalink
docs: remove references to enterprise version of tctl (#50419)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenGravy authored Dec 19, 2024
1 parent a1881e9 commit 48f7e1a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Opsgenie.

- A Teleport Enterprise Cloud account.

- The Enterprise `tctl` admin tool and `tsh` client tool version >= (=teleport.version=).
- The `tctl` admin tool and `tsh` client tool version >= (=teleport.version=).

You can verify the tools you have installed by running the following commands:

```code
$ tctl version
# Teleport Enterprise v(=teleport.version=) go(=teleport.golang=)
# Teleport v(=teleport.version=) go(=teleport.golang=)
$ tsh version
# Teleport v(=teleport.version=) go(=teleport.golang=)
Expand Down
6 changes: 2 additions & 4 deletions docs/pages/admin-guides/management/admin/trustedclusters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,11 @@ To complete the steps in this guide, verify your environment meets the following

- The `tctl` admin tool and `tsh` client tool version >= (=teleport.version=).

For Teleport Enterprise and Teleport Enterprise cloud, you should have the
Enterprise version of `tctl` and `tsh` installed. You can verify the tools
you have installed by running the following commands:
You can verify the tools you have installed by running the following commands:

```code
$ tctl version
# Teleport Enterprise v(=teleport.version=) go(=teleport.golang=)
# Teleport v(=teleport.version=) go(=teleport.golang=)
$ tsh version
# Teleport v(=teleport.version=) go(=teleport.golang=)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,17 @@ For information about other ways to enroll and discover Kubernetes clusters, see

- Access to a running Teleport cluster, `tctl` admin tool, and `tsh` client tool,
version >= (=teleport.version=).

For Teleport Enterprise and Teleport Enterprise Cloud, you should
use the Enterprise version of `tctl`.

You can verify the tools you have installed by running the following commands:

```code
$ tctl version
# Teleport Enterprise v(=teleport.version=) go(=teleport.golang=)
# Teleport v(=teleport.version=) go(=teleport.golang=)
$ tsh version
# Teleport v(=teleport.version=) go(=teleport.golang=)
```

You can download these tools by following the appropriate [Installation
instructions](../../installation.mdx#linux) for your environment.

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/reference/cloud-faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ $ tctl nodes add --ttl=5m --roles=node,proxy --token=$(uuid)

### How can I access the `tctl` admin tool?

Find the appropriate download at [Installation](../installation.mdx). Use the Enterprise version of `tctl`.
Find the appropriate download at [Installation](../installation.mdx).

After downloading the tools, first log in to your cluster using `tsh`, then use `tctl` remotely:

Expand Down

0 comments on commit 48f7e1a

Please sign in to comment.