From 48f7e1afe00c89928b60be4021e3aecb8a308fe0 Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Thu, 19 Dec 2024 09:49:04 -0500 Subject: [PATCH] docs: remove references to enterprise version of tctl (#50419) --- .../access-request-plugins/opsgenie.mdx | 4 ++-- .../admin-guides/management/admin/trustedclusters.mdx | 6 ++---- .../kubernetes-access/getting-started.mdx | 10 ++++------ docs/pages/reference/cloud-faq.mdx | 2 +- 4 files changed, 9 insertions(+), 13 deletions(-) diff --git a/docs/pages/admin-guides/access-controls/access-request-plugins/opsgenie.mdx b/docs/pages/admin-guides/access-controls/access-request-plugins/opsgenie.mdx index 0492e31ce28c1..01e97b95c59f1 100644 --- a/docs/pages/admin-guides/access-controls/access-request-plugins/opsgenie.mdx +++ b/docs/pages/admin-guides/access-controls/access-request-plugins/opsgenie.mdx @@ -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=) diff --git a/docs/pages/admin-guides/management/admin/trustedclusters.mdx b/docs/pages/admin-guides/management/admin/trustedclusters.mdx index 5322f020927f0..ae6bbe6428094 100644 --- a/docs/pages/admin-guides/management/admin/trustedclusters.mdx +++ b/docs/pages/admin-guides/management/admin/trustedclusters.mdx @@ -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=) diff --git a/docs/pages/enroll-resources/kubernetes-access/getting-started.mdx b/docs/pages/enroll-resources/kubernetes-access/getting-started.mdx index 552bed0c763f4..e7ced2de49bd4 100644 --- a/docs/pages/enroll-resources/kubernetes-access/getting-started.mdx +++ b/docs/pages/enroll-resources/kubernetes-access/getting-started.mdx @@ -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. diff --git a/docs/pages/reference/cloud-faq.mdx b/docs/pages/reference/cloud-faq.mdx index c6ce43df8e05b..d39fa4107e3f3 100644 --- a/docs/pages/reference/cloud-faq.mdx +++ b/docs/pages/reference/cloud-faq.mdx @@ -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: