-
Notifications
You must be signed in to change notification settings - Fork 81
add: Cloud DNS SSL config #269
Conversation
|
||
You must have: | ||
|
||
- A Kubernetes cluster with internet connectivity |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cert-manager
supports 1.16+ K8s versions, but I could not find any Cloud DNS-specific version compatibilities. This doc also assumes that a customer has a Service Account configured.
- A | ||
[Service Account](https://cloud.google.com/iam/docs/creating-managing-service-accounts) | ||
|
||
## Step 1: Add cert-manager to your Kubernetes cluster |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If needed, feel free to add context around applying the cert-manager
manifest.
✨ Coder.com for PR #269 deployed! It will be updated on every commit.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is awesome Eric!
I think this also needs to be added to the manifest.json so that it is added in https://codercom-2h12dwib3-codercom.vercel.app/docs/guides/ssl-certificates
adding steps for configuring SSL for Coder via Google's Cloud DNS, referenced from this doc.
i've completed a successful install for a customer using the linked doc, but it wouldn't hurt for someone else to dogfood it.
please see my comments below for line-specific thoughts.