Skip to content

Commit

Permalink
[v16] update links for helm charts, tctl, teleport (#46977)
Browse files Browse the repository at this point in the history
* update links for helm charts

* docs: update redirect links for those used in tctl, teleport

---------

Co-authored-by: Steven Martin <stevenmartin@Stevens-MacBook-Pro.local>
  • Loading branch information
stevenGravy and Steven Martin committed Sep 30, 2024
1 parent 64e32fb commit aebf191
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
15 changes: 15 additions & 0 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2647,6 +2647,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

0 comments on commit aebf191

Please sign in to comment.