Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardjkim committed Jan 8, 2025
1 parent 2d2175b commit 1ce8f53
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ trusted clusters.

</Admonition>

- Follow the [Teleport operator guides](../teleport-operator.mdx)
- Follow the [Teleport operator guides](teleport-operator.mdx)
to install the Teleport Operator in your Kubernetes cluster.

Confirm that the CRD (Custom Resource Definition) for trusted clusters has
Expand Down Expand Up @@ -100,7 +100,6 @@ logging in to the server in the leaf cluster.
To add a user and role for accessing the trusted cluster:

1. Open a terminal shell on the server running the Teleport agent in the leaf cluster.

Check warning on line 102 in docs/pages/admin-guides/infrastructure-as-code/teleport-operator/trusted-cluster.mdx

View workflow job for this annotation

GitHub Actions / Lint docs prose style

[vale] reported by reviewdog 🐶 [messaging.capitalization] Capitalize the names of Teleport services and features (Teleport agent is incorrect). See the Core Concepts page (https://goteleport.com/docs/core-concepts/) for a reference. Raw Output: {"message": "[messaging.capitalization] Capitalize the names of Teleport services and features (Teleport agent is incorrect). See the Core Concepts page (https://goteleport.com/docs/core-concepts/) for a reference.", "location": {"path": "docs/pages/admin-guides/infrastructure-as-code/teleport-operator/trusted-cluster.mdx", "range": {"start": {"line": 102, "column": 52}}}, "severity": "WARNING"}

1. Add the local `visitor` user and create a home directory for the user by running the
following command:

Expand Down Expand Up @@ -326,7 +325,6 @@ your Teleport username:
```

1. Sign out of the leaf cluster and sign back in to the root cluster.

1. Verify the trusted cluster configuration by running the following command in
the root cluster:

Expand Down

0 comments on commit 1ce8f53

Please sign in to comment.