Skip to content

fix: add helm chart, quotas, groups to v2 table #1148

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 1 commit into from
Oct 12, 2022
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 @@ -71,7 +71,7 @@ database and a reverse proxy for TLS.

| | Coder v1 | Coder OSS |
| -------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| Kubernetes | ✅ Helm chart | ⌛ Helm chart [(needs docs)](https://github.com/coder/coder/issues/3224) |
| Kubernetes | ✅ Helm chart | |
| Kubernetes (HA/multiple replicas) | ✅ | ⌛ [#3502](https://github.com/coder/coder/issues/3502) |
| Docker control plane | ✅ | ✅ |
| VM control plane | ❌ | ✅ |
Expand Down Expand Up @@ -184,7 +184,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** | ✅ | ⌛ [#802](https://github.com/coder/coder/issues/802) |
| **Edit workspace** | ✅ | ⌛ [#4311](https://github.com/coder/coder/pull/4311) |
| **Resource provisoning rates** | ✅ Organization wide | ✅ Template wide [(needs docs)](https://github.com/coder/coder/issues/3519) |
| **Manage workspaces through UI and CLI** | ✅ | ✅ |

Expand All @@ -206,7 +206,7 @@ Coder OSS. Refer to this table:
| **Code with local IDE via SSH (VS Code Remote, JetBrains Gateway)** | ✅ With [coder-cli](https://github.com/coder/coder-cli) installed | ✅ With [coder](https://coder.com/docs/coder-oss/latest/install) installed |
| **Custom workspace applications** | ✅ | ✅ Defined in [templates](https://coder.com/docs/coder-oss/latest/templates#coder-apps) |
| **Access ports (SSH/tunnel)** | ✅ | ✅ |
| **Access ports (web UI)** | ✅ [Dev URLs](https://coder.com/docs/coder/latest/workspaces/devurls) | ⌛ [(#1624)](https://github.com/coder/coder/issues/1624) |
| **Access ports (web UI)** | ✅ [Dev URLs](https://coder.com/docs/coder/latest/workspaces/devurls) | |
| **Share ports (web UI)** | ✅ [Dev URLs](https://coder.com/docs/coder/latest/workspaces/devurls) | ⌛ [(#3515)](https://github.com/coder/coder/issues/3515) |
| **Docker in workspaces (Kubernetes)** | ✅ [CVMs](https://coder.com/docs/coder/latest/workspaces/cvms) | ✅ |
| **Manage workspaces through UI and CLI** | ✅ | ✅ |
Expand All @@ -224,9 +224,9 @@ Refer to this table:
| ----------------------- | ----------------- | ------------------------------------------------------------------------------------------- |
| **Auto-stop workspace** | ✅ Activity-based | ✅ Schedule-based & ⌛ Activity-based [(#2995)](https://github.com/coder/coder/issues/2995) |
| **Audit logging** | ✅ | ✅ |
| **Organizations** | ✅ | ❌ [#3039](https://github.com/coder/coder/issues/3039) |
| **Organizations** | ✅ | ✅ Groups & template permissions |
| **User metrics** | ✅ | Template-wide metrics [(needs docs)](https://github.com/coder/coder/issues/3980) |
| **Resource quotas** | ✅ | ⌛ [#2988](https://github.com/coder/coder/issues/2988) |
| **Resource quotas** | ✅ | ✅ Max workspace limit |
| **SDK** | ❌ | ✅ [codersdk](https://github.com/coder/coder/tree/main/codersdk) |
| **REST API** | ✅ | 🤔 [(needs docs)](https://github.com/coder/coder/issues/3522) |

Expand Down