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

Backport #11477 to branch/v9 #11632

Merged
merged 1 commit into from
Apr 1, 2022
Merged
Show file tree
Hide file tree
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
4 changes: 0 additions & 4 deletions docs/pages/includes/database-access/start-auth-proxy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ If you do not have a Teleport Cloud account, use our [signup form](https://gotel
get started. Teleport Cloud manages instances of the Proxy Service and Auth
Service, and automatically issues and renews the required TLS certificate.

You will need to download the Enterprise version of Teleport from the
[customer portal](https://dashboard.gravitational.com/web/login) to run `tctl`
commands in Teleport Cloud.

You must log into your cluster before you can run `tctl` commands.
```code
$ tsh login --proxy=mytenant.teleport.sh
Expand Down
5 changes: 3 additions & 2 deletions docs/pages/kubernetes-access/getting-started/agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,15 @@ description: Connecting a Kubernetes cluster to Teleport
- The `jq` tool to process `JSON` output. This is available via common package
managers.

- The Enterprise version of the `tctl` admin tool. To download this, visit
the [customer portal](https://dashboard.gravitational.com/web/login).
- The `tctl` admin tool version >= (=teleport.version=).

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

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

(!docs/pages/includes/tctl.mdx!)

</TabItem>
Expand Down
5 changes: 3 additions & 2 deletions docs/pages/kubernetes-access/guides/multiple-clusters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,15 @@ This guide will show you how to use Teleport as an access plane for multiple Kub
- The `jq` tool to process `JSON` output. This is available via common package
managers

- The Enterprise version of the `tctl` admin tool. To download this, visit
the [customer portal](https://dashboard.gravitational.com/web/login)
- The `tctl` admin tool version >= (=teleport.version=).

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

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

(!docs/pages/includes/tctl.mdx!)

- An additional Kubernetes cluster version >=
Expand Down
5 changes: 3 additions & 2 deletions docs/pages/kubernetes-access/guides/standalone-teleport.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,15 @@ Teleport needs a `kubeconfig` file to authenticate against the Kubernetes API.
- A host deployed on your own infrastructure to run the Teleport Kubernetes
Service. See [Installing Teleport](../../installation.mdx) for more details.

- **Optional:** the Enterprise version of the `tctl` admin tool. To download this, visit
the [customer portal](https://dashboard.gravitational.com/web/login).
- **Optional:** The `tctl` admin tool version >= (=teleport.version=).

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

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

(!docs/pages/includes/tctl.mdx!)

</TabItem>
Expand Down
5 changes: 3 additions & 2 deletions docs/pages/setup/guides/fluentd.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,15 @@ In this guide, we will explain how to:
- A Teleport Cloud account. If you do not have one, visit the
[sign up page](https://goteleport.com/signup/) to begin your free trial.

- The Enterprise version of the `tctl` admin tool. To download this, visit
the [customer portal](https://dashboard.gravitational.com/web/login).
- The `tctl` admin tool version >= (=teleport.version=).

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

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

(!docs/pages/includes/tctl.mdx!)

</TabItem>
Expand Down