Skip to content

chore: remove references to hosted beta #1039

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions admin/workspace-management/cvms/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 2 additions & 3 deletions setup/kubernetes/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
5 changes: 2 additions & 3 deletions setup/kubernetes/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
5 changes: 2 additions & 3 deletions setup/kubernetes/google.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
5 changes: 2 additions & 3 deletions setup/kubernetes/k3s.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down