Skip to content

Commit

Permalink
docs: remove version 12 references
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Martin authored and github-actions committed Sep 2, 2024
1 parent 0e78ef9 commit 70769f3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ as the Auth Service.
existing Teleport Auth Service pods.
- The Auth Service ServiceAccount must be granted the `system:auth-delegator`
ClusterRole. Clusters deployed with the [`teleport-cluster` Helm
chart](../../../reference/helm-reference/teleport-cluster.mdx) version 12 or
higher have the correct role by default.
chart](../../../reference/helm-reference/teleport-cluster.mdx)
have the correct role by default.

## Step 1/5. Create a Kubernetes join token

Expand Down Expand Up @@ -65,7 +65,6 @@ instance running both the Application Service and Database Service should use a
Follow the instructions below to create the token depending on whether you have administrative access to the Auth Service pod:
<Tabs>
<TabItem label="Using tctl locally as your current user">
Make sure your local `tctl` is at least at version 12 with `tctl version`.

Create the token:

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/enroll-resources/kubernetes-access/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Check out the

## Can Teleport be used to restrict access to Kubernetes resources?

Yes. Since version 12, Teleport can be used to restrict access to individual
Yes. Teleport can be used to restrict access to individual
Kubernetes resources.

Check out the [Teleport Kubernetes Access Controls Guide](./controls.mdx) for
Expand Down
1 change: 0 additions & 1 deletion docs/pages/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ perform a user lookup can cause tsh to hang waiting to get information about the
To fix this issue, you can use environment variables to set default account information for your
Teleport user. If you are experiencing long lookup times on Windows, do the following:

- Make sure `tsh` is at least at version 12.2.4.
- Either set the `TELEPORT_USER` environment variable or set the `--user` flag to the name of your Teleport user.
- Either set the `TELEPORT_LOGIN` environment variable or set the `--login` flag to the name of current host user. This setting can be overridden if you open a new SSH session on a machine as a different user.
- Set the `TELEPORT_HOME` environment variable to be the home directory of your current host user + `\.tsh`. For example, if your home directory is `C:\Users\Me`, you'd set `TELEPORT_HOME` to `C:\Users\Me\.tsh`.
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/reference/access-controls/saml-idp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: SAML Identity Provider Reference
description: Reference documentation for the SAML identity provider
---

This page provides details on the SAML identity provider, built into Teleport
since version 12.1.
This page provides details on the SAML identity provider available
in Teleport.

## What is the SAML identity provider?

Expand Down

0 comments on commit 70769f3

Please sign in to comment.