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

update links for helm charts, tctl, teleport #46952

Merged
merged 3 commits into from
Sep 30, 2024
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
15 changes: 15 additions & 0 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2589,6 +2589,21 @@
"source": "/enroll-resources/machine-id/deployment/spacelift/",
"destination": "/admin-guides/infrastructure-as-code/terraform-provider/spacelift/",
"permanent": true
},
{
"source": "/kubernetes-access/helm/guides/",
"destination": "/admin-guides/deploy-a-cluster/helm-deployments/",
"permanent": true
},
{
"source": "/desktop-access/",
"destination": "/enroll-resources/desktop-access/introduction/",
"permanent": true
},
{
"source": "/kubernetes-access/",
"destination": "/enroll-resources/kubernetes-access/introduction/",
"permanent": true
}
]
}
9 changes: 5 additions & 4 deletions examples/chart/teleport-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ or by installing [cert-manager](https://cert-manager.io/docs/) and setting the `

### Replicated setup guides

- [Running an HA Teleport cluster in Kubernetes using an AWS EKS Cluster](https://goteleport.com/docs/deploy-a-cluster/helm-deployments/aws/)
- [Running an HA Teleport cluster in Kubernetes using a Google Cloud GKE cluster](https://goteleport.com/docs/deploy-a-cluster/helm-deployments/gcp/)
- [Running a Teleport cluster in Kubernetes with a custom Teleport config](https://goteleport.com/docs/deploy-a-cluster/helm-deployments/custom/)
- [Running an HA Teleport cluster in Kubernetes using an AWS EKS Cluster](https://goteleport.com/docs/admin-guides/deploy-a-cluster/helm-deployments/aws/)
- [Running an HA Teleport cluster in Kubernetes using an Google Cloud GKE cluster](https://goteleport.com/docs/admin-guides/deploy-a-cluster/helm-deployments/gcp/)
- [Running an HA Teleport cluster in Kubernetes using an Azure AKS cluster](https://goteleport.com/docs/admin-guides/deploy-a-cluster/helm-deployments/azure/)
- [Running a Teleport cluster in Kubernetes with a custom Teleport config](https://goteleport.com/docs/admin-guides/deploy-a-cluster/helm-deployments/custom/)

### Creating first user

Expand All @@ -59,7 +60,7 @@ helm uninstall --namespace teleport-cluster teleport-cluster

## Documentation

See https://goteleport.com/docs/kubernetes-access/helm/guides/ for guides on setting up HA Teleport clusters
See https://goteleport.com/docs/admin-guides/deploy-a-cluster/helm-deployments/ for guides on setting up HA Teleport clusters
in EKS or GKE, plus a comprehensive chart reference.

## Contributing to the chart
Expand Down
2 changes: 1 addition & 1 deletion examples/chart/teleport-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ teleportVersionOverride: ""
# connection, but will accept it if present. This mode is considered insecure
# and should only be used for testing purposes.
#
# See https://goteleport.com/docs/ver/14.x/management/security/proxy-protocol/
# See https://goteleport.com/docs/admin-guides/management/security/proxy-protocol/
# for more information.
#
# proxyProtocol: on
Expand Down
Loading