File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
admin/workspace-management Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,12 @@ as Docker and systemd, in their workspaces.
19
19
- The cluster must allow privileged containers and ` hostPath ` mounts. Read more
20
20
about why this is still secure [ here] ( #security ) .
21
21
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
+ >
22
28
> Coder doesn't support legacy versions of cluster-wide proxy services such as
23
29
> Istio, and CVMs do not currently support NFS as a file system.
24
30
@@ -113,6 +119,11 @@ isolation between the user's workspace container and its outer, supervising
113
119
container is what provides
114
120
[ strong isolation] ( https://github.com/nestybox/sysbox/blob/master/docs/user-guide/security.md ) .
115
121
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
+
116
127
## Image configuration
117
128
118
129
The following sections show how you can configure your image to include systemd
You can’t perform that action at this time.
0 commit comments