From 8b6227d031b69c8de0a1fc1674b8655cde36286c Mon Sep 17 00:00:00 2001 From: Frederik Dudzik <5946811+doodzik@users.noreply.github.com> Date: Wed, 24 Apr 2024 06:28:16 -0400 Subject: [PATCH] chore(docs): add k8s terraform link to k8s installation docs (#13040) * add k8s terraform link to k8s installation docs * Update kubernetes.md --- docs/install/kubernetes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/install/kubernetes.md b/docs/install/kubernetes.md index 2e7fd125de..994485f316 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`: