Skip to content
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

docs: update moving to Coder v2 docs #1324

Merged
merged 2 commits into from
Nov 6, 2023
Merged
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
10 changes: 5 additions & 5 deletions guides/moving-to-oss.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ database and a reverse proxy for TLS.
| VM control plane | ❌ | ✅ |
| Built-in PostgreSQL | ✅ | ✅ |
| External PostgreSQL support | ✅ | ✅ |
| External TLS documentation | ✅ | ⌛ [#3518](https://github.com/coder/coder/issues/3518) |
| **Multi region/cloud (control plane)** | ✅ Multi-region [satellites](https://coder.com/docs/coder/latest/admin/satellites) for faster IDE connections. | ⌛ [#3227](https://github.com/coder/coder/issues/3227) |
| External TLS documentation | ✅ | |
| **Multi region/cloud (control plane)** | ✅ Multi-region [satellites](https://coder.com/docs/coder/latest/admin/satellites) for faster IDE connections. | |
| **Multi region/cloud (workspaces)** | ✅ [Workspace providers](https://coder.com/docs/coder/latest/admin/workspace-providers) support additional clusters. | ✅ [Templates](https://coder.com/docs/coder/latest/admin/templates) can provision resources in any clouds, clusters, or region |
| **Multi region/cloud (tunnel/SSH)** | ✅ | ✅ |

Expand Down Expand Up @@ -174,7 +174,7 @@ comparison:
| **ARM workspaces** | ❌ | ✅ |
| **Additional resources in workspace (volume mounts, API keys, etc)** | ❌ | ✅ Any [Terraform resource](https:///registry.terraform.io) |
| **Workspace options** | Limited options | ✅ Any options via [template parameters](https://coder.com/docs/coder-oss/latest/templates#parameters) |
| **Edit workspace** | ✅ | ⌛ [#4311](https://github.com/coder/coder/pull/4311) |
| **Edit workspace** | ✅ | |
| **Resource provisoning rates** | ✅ Organization wide | ✅ Template wide [(needs docs)](https://github.com/coder/coder/issues/3519) |
| **Manage workspaces through UI and CLI** | ✅ | ✅ |

Expand All @@ -186,7 +186,7 @@ Coder v2. Refer to this table:
| | Coder v1 | Coder v2 |
| ------------------------------------------------------------------- | --------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| **Auto-start workspace (schedule)** | ✅ | ✅ |
| **Auto-start workspace (SSH or visit app)** | ❌ | 🤔 [#2909](https://github.com/coder/coder/issues/2909) |
| **Auto-start workspace (SSH or visit app)** | ❌ | See [#4973](https://github.com/coder/coder/issues/4973) |
| **Code via web terminal** | ✅ | ✅ |
| **Code via code-server (Code Web)** | ✅ Hardcoded version | ✅ Any version [via the template](https://coder.com/docs/coder-oss/latest/ides/web-ides#code-server) |
| **Code via JetBrains Projector (web)** | ✅ Hardcoded version | ✅ Any version [via the template](https://coder.com/docs/coder-oss/latest/ides/web-ides#jetbrains-projector) |
Expand All @@ -197,7 +197,7 @@ Coder v2. Refer to this table:
| **Share ports (web UI)** | ✅ [Dev URLs](https://coder.com/docs/coder/latest/workspaces/devurls) | ✅ |
| **Docker in workspaces (Kubernetes)** | ✅ [CVMs](https://coder.com/docs/coder/latest/workspaces/cvms) | ✅ |
| **Manage workspaces through UI and CLI** | ✅ | ✅ |
| **Open in Coder button** | ✅ | 🤔 [(needs docs)](https://github.com/coder/coder/issues/3981) |
| **Open in Coder button** | ✅ | |

### Enterprise/management

Expand Down
Loading