Skip to content

Commit e678d7f

Browse files
authored
chore: document cvm internal IP, update 1.37.0 changelog (#1184)
* chore: document cvm internal IP, update 1.37.0 changelog * Update admin/workspace-providers/management.md
1 parent faa2345 commit e678d7f

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

admin/workspace-providers/management.md

+10
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,16 @@ At this point, you can:
6262
> If you enable **end-to-end encryption**, end-users using SSH need to rerun
6363
> `coder config-ssh`.
6464
65+
- Specify the **CVM internal network**. CVMs use an internal bridge network to
66+
communicate with the outside world. The default network range used is
67+
`172.19.0.0/30`. If this overlaps with existing resources in your network, you
68+
can specify an alternative network range here in CIDR format. This setting
69+
applies to both cached and non-cached CVMs, but does not affect non-CVM
70+
workspaces.
71+
72+
> The CIDR must allow for 2 hosts at minimum, so a `/30` network is the
73+
> smallest possible network. Larger networks are acceptable.
74+
6575
- Specify the Kubernetes `pod_tolerations`, `pod_node_selector`,
6676
`service_account_annotations`, and `affinity` for the workspaces deployed with
6777
this provider:

changelog/1.37.0.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ description: "Released on 11/23/2022"
88
- infra: Workspace statistics were previously stored in a table
99
`environment_stats`. This table is removed in this release. Downgrading from
1010
this version to an older version may require manual steps.
11+
- infra: The default CVM internal network was changed to `172.19.0.0/30`. If you
12+
experience issues connecting to workspaces after this change, you can override
13+
this setting on the
14+
[workspace provider](../admin/workspace-providers/management.md#edit-a-workspace-provider).
1115

1216
### Features ✨
1317

0 commit comments

Comments
 (0)