Skip to content

Commit 0dd2249

Browse files
committed
fix: add helm chart, quotas, groups to v2 table
1 parent 8de2e54 commit 0dd2249

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

guides/moving-to-oss.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ database and a reverse proxy for TLS.
7171

7272
| | Coder v1 | Coder OSS |
7373
| -------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
74-
| Kubernetes | ✅ Helm chart | ⌛ Helm chart [(needs docs)](https://github.com/coder/coder/issues/3224) |
74+
| Kubernetes | ✅ Helm chart | |
7575
| Kubernetes (HA/multiple replicas) ||[#3502](https://github.com/coder/coder/issues/3502) |
7676
| Docker control plane |||
7777
| VM control plane |||
@@ -184,7 +184,7 @@ comparison:
184184
| **ARM workspaces** |||
185185
| **Additional resources in workspace (volume mounts, API keys, etc)** || ✅ Any [Terraform resource](https:///registry.terraform.io) |
186186
| **Workspace options** | Limited options | ✅ Any options via [template parameters](https://coder.com/docs/coder-oss/latest/templates#parameters) |
187-
| **Edit workspace** ||[#802](https://github.com/coder/coder/issues/802) |
187+
| **Edit workspace** ||[#4311](https://github.com/coder/coder/pull/4311) |
188188
| **Resource provisoning rates** | ✅ Organization wide | ✅ Template wide [(needs docs)](https://github.com/coder/coder/issues/3519) |
189189
| **Manage workspaces through UI and CLI** |||
190190

@@ -206,7 +206,7 @@ Coder OSS. Refer to this table:
206206
| **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 |
207207
| **Custom workspace applications** || ✅ Defined in [templates](https://coder.com/docs/coder-oss/latest/templates#coder-apps) |
208208
| **Access ports (SSH/tunnel)** |||
209-
| **Access ports (web UI)** |[Dev URLs](https://coder.com/docs/coder/latest/workspaces/devurls) | [(#1624)](https://github.com/coder/coder/issues/1624) |
209+
| **Access ports (web UI)** |[Dev URLs](https://coder.com/docs/coder/latest/workspaces/devurls) | |
210210
| **Share ports (web UI)** |[Dev URLs](https://coder.com/docs/coder/latest/workspaces/devurls) |[(#3515)](https://github.com/coder/coder/issues/3515) |
211211
| **Docker in workspaces (Kubernetes)** |[CVMs](https://coder.com/docs/coder/latest/workspaces/cvms) ||
212212
| **Manage workspaces through UI and CLI** |||
@@ -224,9 +224,9 @@ Refer to this table:
224224
| ----------------------- | ----------------- | ------------------------------------------------------------------------------------------- |
225225
| **Auto-stop workspace** | ✅ Activity-based | ✅ Schedule-based & ⌛ Activity-based [(#2995)](https://github.com/coder/coder/issues/2995) |
226226
| **Audit logging** |||
227-
| **Organizations** || [#3039](https://github.com/coder/coder/issues/3039) |
227+
| **Organizations** || ✅ Groups & template permissions |
228228
| **User metrics** || Template-wide metrics [(needs docs)](https://github.com/coder/coder/issues/3980) |
229-
| **Resource quotas** || [#2988](https://github.com/coder/coder/issues/2988) |
229+
| **Resource quotas** || ✅ Max workspace limit |
230230
| **SDK** ||[codersdk](https://github.com/coder/coder/tree/main/codersdk) |
231231
| **REST API** || 🤔 [(needs docs)](https://github.com/coder/coder/issues/3522) |
232232

0 commit comments

Comments
 (0)