From 2d853d8094539dc0a8aa7b08b6d40b9c4ec270b8 Mon Sep 17 00:00:00 2001 From: "Edward A." Date: Thu, 1 May 2025 15:47:56 +0000 Subject: [PATCH 1/2] docs: add link to EKS in AWS install documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds a direct link to the AWS section in Kubernetes install docs for EKS specific installation guidance. Closes #17634 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- docs/install/cloud/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/cloud/index.md b/docs/install/cloud/index.md index 4574b00de08c9..a73ceccdf0d5f 100644 --- a/docs/install/cloud/index.md +++ b/docs/install/cloud/index.md @@ -13,7 +13,7 @@ We publish an EC2 image with Coder pre-installed. Follow the tutorial here: Alternatively, install the [CLI binary](../cli.md) on any Linux machine or follow our [Kubernetes](../kubernetes.md) documentation to install Coder on an -existing EKS cluster. +existing EKS cluster. For EKS-specific installation guidance, see the [AWS section in Kubernetes installation docs](../kubernetes.md#aws). ## GCP From 443f1ab19ab85a02ab126d5fc0e5d07472569fe5 Mon Sep 17 00:00:00 2001 From: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com> Date: Thu, 1 May 2025 17:30:56 +0000 Subject: [PATCH 2/2] link to eks in k8s --- docs/install/cloud/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/install/cloud/index.md b/docs/install/cloud/index.md index a73ceccdf0d5f..9155b4b0ead40 100644 --- a/docs/install/cloud/index.md +++ b/docs/install/cloud/index.md @@ -10,10 +10,13 @@ cloud of choice. We publish an EC2 image with Coder pre-installed. Follow the tutorial here: - [Install Coder on AWS EC2](./ec2.md) +- [Install Coder on AWS EKS](../kubernetes.md#aws) Alternatively, install the [CLI binary](../cli.md) on any Linux machine or follow our [Kubernetes](../kubernetes.md) documentation to install Coder on an -existing EKS cluster. For EKS-specific installation guidance, see the [AWS section in Kubernetes installation docs](../kubernetes.md#aws). +existing Kubernetes cluster. + +For EKS-specific installation guidance, see the [AWS section in Kubernetes installation docs](../kubernetes.md#aws). ## GCP