From 52c2b661682e0d0704f24189415198ff63f3bd5b Mon Sep 17 00:00:00 2001 From: Mark Milligan Date: Mon, 11 Jul 2022 09:37:16 -0500 Subject: [PATCH 1/3] chore: remove references to hosted beta --- setup/kubernetes/aws.md | 5 ++--- setup/kubernetes/azure.md | 5 ++--- setup/kubernetes/google.md | 5 ++--- setup/kubernetes/k3s.md | 5 ++--- 4 files changed, 8 insertions(+), 12 deletions(-) diff --git a/setup/kubernetes/aws.md b/setup/kubernetes/aws.md index ad9a91ac0..0ffb3fab9 100644 --- a/setup/kubernetes/aws.md +++ b/setup/kubernetes/aws.md @@ -249,9 +249,8 @@ For more information, see: ## Next steps -If you have already installed Coder or are using our hosted beta, you can add -this cluster as a -[workspace provider](../../admin/workspace-providers/deployment/index.md). +If you have already installed Coder, you can add this cluster as a [workspace +provider](../../admin/workspace-providers/deployment/index.md). To access Coder through a secure domain, review our guides on configuring and using [TLS certificates](../../guides/tls-certificates/index.md). diff --git a/setup/kubernetes/azure.md b/setup/kubernetes/azure.md index 2b03d33a8..60579fd19 100644 --- a/setup/kubernetes/azure.md +++ b/setup/kubernetes/azure.md @@ -137,9 +137,8 @@ For more information, see: ## Next steps -If you have already installed Coder or are using our hosted beta, you can add -this cluster as a -[workspace provider](../../admin/workspace-providers/deployment/index.md). +If you have already installed Coder, you can add this cluster as a [workspace +provider](../../admin/workspace-providers/deployment/index.md). To access Coder through a secure domain, review our guides on configuring and using [TLS certificates](../../guides/tls-certificates/index.md). diff --git a/setup/kubernetes/google.md b/setup/kubernetes/google.md index a4a43c5fa..18a5e7adc 100644 --- a/setup/kubernetes/google.md +++ b/setup/kubernetes/google.md @@ -153,9 +153,8 @@ For more information, see: ## Next steps -If you have already installed Coder or are using our hosted beta, you can add -this cluster as a -[workspace provider](../../admin/workspace-providers/deployment/index.md). +If you have already installed Coder, you can add this cluster as a [workspace +provider](../../admin/workspace-providers/deployment/index.md). To access Coder through a secure domain, review our guides on configuring and using [TLS certificates](../../guides/tls-certificates/index.md). diff --git a/setup/kubernetes/k3s.md b/setup/kubernetes/k3s.md index db675c813..8946c13ee 100644 --- a/setup/kubernetes/k3s.md +++ b/setup/kubernetes/k3s.md @@ -116,9 +116,8 @@ cp /etc/rancher/k3s/k3s.yaml ~/.kube/config ## Next steps -If you have already installed Coder or are using our hosted beta, you can add -this cluster as a -[workspace provider](../../admin/workspace-providers/deployment/index.md). +If you have already installed Coder, you can add this cluster as a [workspace +provider](../../admin/workspace-providers/deployment/index.md). To access Coder through a secure domain, review our guides on configuring and using [TLS certificates](../../guides/tls-certificates/index.md). From f7d56288afb84f8ce8bc4f38233bcd5456b3d3e3 Mon Sep 17 00:00:00 2001 From: Mark Milligan Date: Mon, 11 Jul 2022 12:37:47 -0500 Subject: [PATCH 2/3] chore: add CVM known issue with putting files in /tmp --- admin/workspace-management/cvms/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin/workspace-management/cvms/index.md b/admin/workspace-management/cvms/index.md index 9a449c671..1ac5b1f1d 100644 --- a/admin/workspace-management/cvms/index.md +++ b/admin/workspace-management/cvms/index.md @@ -73,6 +73,10 @@ container is what provides ## Known issues +- Do not add configuration files like bash scripts to `/tmp` in CVMs since they will not + be available once the CVM workspace is built. Consider `/coder` which already + holds the `'configure` script. + - NVIDIA GPUs can be added to CVMs on bare metal clusters only. This feature is not supported on Google Kubernetes Engine or other cloud providers at this time. From 16945372a9a3432394ed08ce965f9dfc350db5c8 Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Wed, 13 Jul 2022 12:30:43 -0500 Subject: [PATCH 3/3] fix: lint --- admin/workspace-management/cvms/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/workspace-management/cvms/index.md b/admin/workspace-management/cvms/index.md index 1ac5b1f1d..066b1c6ad 100644 --- a/admin/workspace-management/cvms/index.md +++ b/admin/workspace-management/cvms/index.md @@ -73,9 +73,9 @@ container is what provides ## Known issues -- Do not add configuration files like bash scripts to `/tmp` in CVMs since they will not - be available once the CVM workspace is built. Consider `/coder` which already - holds the `'configure` script. +- Do not add configuration files like bash scripts to `/tmp` in CVMs since they + will not be available once the CVM workspace is built. Consider `/coder` which + already holds the `'configure` script. - NVIDIA GPUs can be added to CVMs on bare metal clusters only. This feature is not supported on Google Kubernetes Engine or other cloud providers at this