From f99c34a46d6b8068377a2e0fe0b035375dffeaa6 Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Wed, 13 Nov 2024 08:40:00 -0500 Subject: [PATCH] Update Examples README.md (#48790) --- examples/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples/README.md b/examples/README.md index 5f2f97ee3af07..725905364ecda 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,9 +1,5 @@ # Examples -## Configuration Examples - -* [local-cluster](https://github.com/gravitational/teleport/tree/master/examples/local-cluster) : Sample configuration of a 3-node Teleport cluster using just a single machine - ## Daemon Configuration * [systemd](https://github.com/gravitational/teleport/tree/master/examples/systemd) : Service file for systemd @@ -13,7 +9,6 @@ * [AWS: Simple cluster with Terraform](https://github.com/gravitational/teleport/tree/master/examples/aws/terraform/starter-cluster#teleport-terraform-aws-ami-simple-example) * [AWS: High Availability cluster with Terraform](https://github.com/gravitational/teleport/tree/master/examples/aws/terraform/ha-autoscale-cluster#terraform-based-provisioning-example-amazon-single-ami) -* [AWS: EKS. External Link](https://aws.amazon.com/blogs/opensource/authenticating-eks-github-credentials-teleport/) ## Kubernetes - Helm Charts