Skip to content

chore: document cvm internal IP, update 1.37.0 changelog #1184

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 2 commits into from
Dec 6, 2022
Merged
Show file tree
Hide file tree
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: 10 additions & 0 deletions admin/workspace-providers/management.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,16 @@ At this point, you can:
> If you enable **end-to-end encryption**, end-users using SSH need to rerun
> `coder config-ssh`.

- Specify the **CVM internal network**. CVMs use an internal bridge network to
communicate with the outside world. The default network range used is
`172.19.0.0/30`. If this overlaps with existing resources in your network, you
can specify an alternative network range here in CIDR format. This setting
applies to both cached and non-cached CVMs, but does not affect non-CVM
workspaces.

> The CIDR must allow for 2 hosts at minimum, so a `/30` network is the
> smallest possible network. Larger networks are acceptable.

- Specify the Kubernetes `pod_tolerations`, `pod_node_selector`,
`service_account_annotations`, and `affinity` for the workspaces deployed with
this provider:
Expand Down
4 changes: 4 additions & 0 deletions changelog/1.37.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ description: "Released on 11/23/2022"
- infra: Workspace statistics were previously stored in a table
`environment_stats`. This table is removed in this release. Downgrading from
this version to an older version may require manual steps.
- infra: The default CVM internal network was changed to `172.19.0.0/30`. If you
experience issues connecting to workspaces after this change, you can override
this setting on the
[workspace provider](../admin/workspace-providers/management.md#edit-a-workspace-provider).

### Features ✨

Expand Down