Skip to content
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

[v14] Update edition-prereqs-tabs.mdx #47415

Merged
merged 1 commit into from
Oct 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 4 additions & 69 deletions docs/pages/includes/edition-prereqs-tabs.mdx
Original file line number Diff line number Diff line change
@@ -1,75 +1,10 @@
<Tabs>
<TabItem scope={["oss"]} label="Teleport Community Edition">
{{ version="(=teleport.version=)" }}

- A running Teleport cluster version {{ version }} or above. If you want to get started with Teleport, [sign
up](https://goteleport.com/signup) for a free trial or [set up a demo
environment](../admin-guides/deploy-a-cluster/linux-demo.mdx).

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

See [Installation](../installation.mdx) for details.

To check version information, run the `tctl version` and `tsh version` commands.
For example:

```code
$ tctl version
# Teleport v(=teleport.version=) git:(=teleport.git=) go(=teleport.golang=)

$ tsh version
# Teleport v(=teleport.version=) go(=teleport.golang=)
Proxy version: (=teleport.version=)
Proxy: (=teleport.url=)
```

</TabItem>
<TabItem
scope={["enterprise"]} label="Teleport Enterprise">

- A running Teleport Enterprise cluster. For details on how to set this up, see the Enterprise
[Getting Started](../admin-guides/deploy-a-cluster/deploy-a-cluster.mdx) guide.

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

You can download these tools by visiting your [Teleport
account workspace](https://teleport.sh).

To check version information, run the `tctl version` and `tsh version` commands.
For example:

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

$ tsh version
# Teleport v(=teleport.version=) go(=teleport.golang=)
Proxy version: (=teleport.version=)
Proxy: (=teleport.url=)
```

</TabItem>
<TabItem scope={["cloud"]}
label="Teleport Enterprise Cloud">

- A Teleport Enterprise Cloud account. If you don't have an account, sign up to
begin a [free trial](https://goteleport.com/signup/).

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

You can download these tools from the [Installation](../installation.mdx).

To check version information, run the `tctl version` and `tsh version` commands.
For example:

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

$ tsh version
# Teleport v(=cloud.version=) go(=teleport.golang=)
Proxy version: (=cloud.version=)
Proxy: (=teleport.url=)
```
</TabItem>
</Tabs>
Visit [Installation](../installation.mdx) for instructions on downloading
`tctl` and `tsh`.
Loading