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

[v9] Split the Helm chart reference #11437

Merged
merged 1 commit into from
Mar 31, 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
12 changes: 11 additions & 1 deletion docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,17 @@
},
{
"title": "Helm Chart Reference",
"slug": "/kubernetes-access/helm/reference/"
"slug": "/kubernetes-access/helm/reference/",
"entries": [
{
"title": "teleport-cluster",
"slug": "/kubernetes-access/helm/reference/teleport-cluster/"
},
{
"title": "teleport-kube-agent",
"slug": "/kubernetes-access/helm/reference/teleport-kube-agent/"
}
]
},
{
"title": "Access Controls",
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/kubernetes-access/getting-started/agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,4 @@ $ kubectl get pods

## Next Steps

- Take a look at a [kube-agent helm chart reference](../helm/reference.mdx#teleport-kube-agent) for a full list of parameters.
- Take a look at a [kube-agent helm chart reference](../helm/reference/teleport-kube-agent.mdx) for a full list of parameters.
7 changes: 3 additions & 4 deletions docs/pages/kubernetes-access/helm/guides/aws.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -525,9 +525,8 @@ $ helm --namespace cert-manager uninstall cert-manager

## Next steps

You can follow our [Getting Started with Teleport guide](../../../setup/guides/docker.mdx#step-34-creating-a-teleport-user) to finish setting up your
- You can follow our [Getting Started with Teleport guide](../../../setup/guides/docker.mdx#step-34-creating-a-teleport-user) to finish setting up your
Teleport cluster.
- See the [high availability section of our Helm chart reference](../reference/teleport-cluster.mdx#highavailability) for more details on high availability.
- Read the [`cert-manager` documentation](https://cert-manager.io/docs/).

See the [high availability section of our Helm chart reference](../reference.mdx#highavailability) for more details on high availability.

Reference: [`cert-manager` docs](https://cert-manager.io/docs/).
4 changes: 2 additions & 2 deletions docs/pages/kubernetes-access/helm/guides/gcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ To make changes to your Teleport cluster after deployment, you can use `helm upg
Helm defaults to using the latest version of the chart available in the repo, which will also correspond to the latest
version of Teleport. You can make sure that the repo is up to date by running `helm repo update`.

If you want to use a different version of Teleport, set the [`teleportVersionOverride`](../reference.mdx#teleportversionoverride) value.
If you want to use a different version of Teleport, set the [`teleportVersionOverride`](../reference/teleport-cluster.mdx#teleportversionoverride) value.

Here's an example where we set the chart to use 3 replicas:

Expand Down Expand Up @@ -463,4 +463,4 @@ $ helm --namespace cert-manager uninstall cert-manager
You can follow our [Getting Started with Teleport guide](../../../setup/guides/docker.mdx#step-34-creating-a-teleport-user) to finish setting up your
Teleport cluster.

See the [high availability section of our Helm chart reference](../reference.mdx#highavailability) for more details on high availability.
See the [high availability section of our Helm chart reference](../reference/teleport-cluster.mdx#highavailability) for more details on high availability.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Since the Auth and Proxy Services are fully managed in Teleport Cloud, you shoul

You can use the `teleport-kube-agent` chart to enable the Application Service and Database Service in addition to the Kubernetes Service.

For more information, see our [Helm chart reference](../reference.mdx#teleport-kube-agent).
For more information, see our [Helm chart reference](../reference/teleport-kube-agent.mdx).
</Details>
Loading