Skip to content

Commit 7c9cccb

Browse files
author
Katie Horne
authored
chore: add clarifying notes for CVM-enabled workspaces (#524)
1 parent a8c922c commit 7c9cccb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

admin/workspace-management/cvms.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ as Docker and systemd, in their workspaces.
1919
- The cluster must allow privileged containers and `hostPath` mounts. Read more
2020
about why this is still secure [here](#security).
2121

22+
> You can use any cloud provider that supports the above requirements, but we
23+
> have instructions on how to set up supported clusters on
24+
> [AWS](../../setup/kubernetes/aws.md) and
25+
> [Google](../../setup/kubernetes/google.md). Azure-hosted clusters will meet
26+
> these requirements as long as you use Kubernetes version 1.18+.
27+
>
2228
> Coder doesn't support legacy versions of cluster-wide proxy services such as
2329
> Istio, and CVMs do not currently support NFS as a file system.
2430
@@ -113,6 +119,11 @@ isolation between the user's workspace container and its outer, supervising
113119
container is what provides
114120
[strong isolation](https://github.com/nestybox/sysbox/blob/master/docs/user-guide/security.md).
115121

122+
## Images hosted in private registries
123+
124+
Please note that CVM-enabled workspaces cannot be created using images hosted in
125+
a private registry unless you permit unauthenticated access to the images.
126+
116127
## Image configuration
117128

118129
The following sections show how you can configure your image to include systemd

0 commit comments

Comments
 (0)