Skip to content

Commit

Permalink
Update the teleport-cluster Helm guide (#52365)
Browse files Browse the repository at this point in the history
- Remove unnecessary `create-namespace` flag, since the user will have
  already created a namespace.
- Update versions in the the example eksctl config.
- Add a minor list formatting change.
  • Loading branch information
ptgott authored Feb 21, 2025
1 parent 9f0c05c commit 308fc6d
Showing 1 changed file with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ cluster to Teleport.
metadata:
name: my-cluster
region: us-east-1
version: "1.23"
version: "1.32"

iam:
withOIDC: true

addons:
- name: aws-ebs-csi-driver
version: v1.11.4-eksbuild.1
version: v1.39.0-eksbuild.1
attachPolicyARNs:
- arn:aws:iam::aws:policy/service-role/AmazonEBSCSIDriverPolicy

Expand Down Expand Up @@ -196,11 +196,10 @@ chart.
</TabItem>
</Tabs>

1. Install the `teleport-cluster` Helm chart using the values file you wrote:
1. Install the `teleport-cluster` Helm chart using the values file you created:

```code
$ helm install teleport-cluster teleport/teleport-cluster \
--create-namespace \
--version (=teleport.version=) \
--values teleport-cluster-values.yaml
```
Expand Down Expand Up @@ -288,10 +287,9 @@ In this section, we will create a local user who has access to Kubernetes group
`system:masters` via the Teleport role `member`. This user also has the built-in
`access` and `editor` roles for administrative privileges.

Paste the following role specification into a file called `member.yaml`:

(!docs/pages/includes/kubernetes-access/member-role.mdx!)
1. Paste the following role specification into a file called `member.yaml`:

(!docs/pages/includes/kubernetes-access/member-role.mdx!)

1. Create the role:

Expand Down

0 comments on commit 308fc6d

Please sign in to comment.