Skip to content

Commit 9cf714b

Browse files
chore: remove references to hosted beta (coder#1039)
* chore: remove references to hosted beta * chore: add CVM known issue with putting files in /tmp * fix: lint Co-authored-by: Eric Paulsen <ericpaulsen@coder.com>
1 parent 40563c2 commit 9cf714b

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

admin/workspace-management/cvms/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ container is what provides
7373
7474
## Known issues
7575

76+
- Do not add configuration files like bash scripts to `/tmp` in CVMs since they
77+
will not be available once the CVM workspace is built. Consider `/coder` which
78+
already holds the `'configure` script.
79+
7680
- NVIDIA GPUs can be added to CVMs on bare metal clusters only. This feature is
7781
not supported on Google Kubernetes Engine or other cloud providers at this
7882
time.

setup/kubernetes/aws.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,8 @@ For more information, see:
249249

250250
## Next steps
251251

252-
If you have already installed Coder or are using our hosted beta, you can add
253-
this cluster as a
254-
[workspace provider](../../admin/workspace-providers/deployment/index.md).
252+
If you have already installed Coder, you can add this cluster as a [workspace
253+
provider](../../admin/workspace-providers/deployment/index.md).
255254

256255
To access Coder through a secure domain, review our guides on configuring and
257256
using [TLS certificates](../../guides/tls-certificates/index.md).

setup/kubernetes/azure.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,8 @@ For more information, see:
137137

138138
## Next steps
139139

140-
If you have already installed Coder or are using our hosted beta, you can add
141-
this cluster as a
142-
[workspace provider](../../admin/workspace-providers/deployment/index.md).
140+
If you have already installed Coder, you can add this cluster as a [workspace
141+
provider](../../admin/workspace-providers/deployment/index.md).
143142

144143
To access Coder through a secure domain, review our guides on configuring and
145144
using [TLS certificates](../../guides/tls-certificates/index.md).

setup/kubernetes/google.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,8 @@ For more information, see:
153153

154154
## Next steps
155155

156-
If you have already installed Coder or are using our hosted beta, you can add
157-
this cluster as a
158-
[workspace provider](../../admin/workspace-providers/deployment/index.md).
156+
If you have already installed Coder, you can add this cluster as a [workspace
157+
provider](../../admin/workspace-providers/deployment/index.md).
159158

160159
To access Coder through a secure domain, review our guides on configuring and
161160
using [TLS certificates](../../guides/tls-certificates/index.md).

setup/kubernetes/k3s.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,8 @@ cp /etc/rancher/k3s/k3s.yaml ~/.kube/config
116116

117117
## Next steps
118118

119-
If you have already installed Coder or are using our hosted beta, you can add
120-
this cluster as a
121-
[workspace provider](../../admin/workspace-providers/deployment/index.md).
119+
If you have already installed Coder, you can add this cluster as a [workspace
120+
provider](../../admin/workspace-providers/deployment/index.md).
122121

123122
To access Coder through a secure domain, review our guides on configuring and
124123
using [TLS certificates](../../guides/tls-certificates/index.md).

0 commit comments

Comments
 (0)