From 6fa80b9fdb7c200ee1b92d4675b5013205de3574 Mon Sep 17 00:00:00 2001 From: Frederik Dudzik <5946811+doodzik@users.noreply.github.com> Date: Mon, 22 Apr 2024 20:58:43 -0400 Subject: [PATCH 1/2] add k8s terraform link to k8s installation docs --- docs/install/kubernetes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/install/kubernetes.md b/docs/install/kubernetes.md index 2e7fd125de07a..68ee7e16d0f32 100644 --- a/docs/install/kubernetes.md +++ b/docs/install/kubernetes.md @@ -16,6 +16,11 @@ locally in order to log in and manage templates. > The version flags for both stable and mainline are automatically filled in > this page. +> If you need help setting up k8s, we have a +> [repo with Terraform configuration](https://github.com/ElliotG/coder-oss-tf) +> to provision Coder on Google GKE, Azure AKS, AWS EKS, DigitalOcean DOKS, +> IBMCloud K8s, OVHCloud K8s, and Scaleway K8s Kapsule. + ## Install Coder with Helm 1. Create a namespace for Coder, such as `coder`: From ed507d0ed829c4750ff73151399d2014a64f2f8b Mon Sep 17 00:00:00 2001 From: Frederik Dudzik <5946811+doodzik@users.noreply.github.com> Date: Tue, 23 Apr 2024 15:33:41 -0400 Subject: [PATCH 2/2] Update kubernetes.md --- docs/install/kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/kubernetes.md b/docs/install/kubernetes.md index 68ee7e16d0f32..994485f316157 100644 --- a/docs/install/kubernetes.md +++ b/docs/install/kubernetes.md @@ -18,7 +18,7 @@ locally in order to log in and manage templates. > If you need help setting up k8s, we have a > [repo with Terraform configuration](https://github.com/ElliotG/coder-oss-tf) -> to provision Coder on Google GKE, Azure AKS, AWS EKS, DigitalOcean DOKS, +> to provision Coder on Google GKE, Azure AKS, AWS EKS, DigitalOcean DOKS, > IBMCloud K8s, OVHCloud K8s, and Scaleway K8s Kapsule. ## Install Coder with Helm