File tree 2 files changed +14
-0
lines changed
admin/workspace-providers
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,16 @@ At this point, you can:
62
62
> If you enable ** end-to-end encryption** , end-users using SSH need to rerun
63
63
> ` coder config-ssh ` .
64
64
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
+
65
75
- Specify the Kubernetes ` pod_tolerations ` , ` pod_node_selector ` ,
66
76
` service_account_annotations ` , and ` affinity ` for the workspaces deployed with
67
77
this provider:
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ description: "Released on 11/23/2022"
8
8
- infra: Workspace statistics were previously stored in a table
9
9
` environment_stats ` . This table is removed in this release. Downgrading from
10
10
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 ) .
11
15
12
16
### Features ✨
13
17
You can’t perform that action at this time.
0 commit comments