@@ -26,14 +26,12 @@ built as a CVM or not.
26
26
If you would like all newly created workspaces to be CVMs, toggle ** Default to
27
27
container-based virtual machines** to ** On** .
28
28
29
- > While this toggle changes the default workspace creation setting, users can still
30
- > override this setting. For example, if you enable CVMS and set them as the
31
- > default, a user can still create non-CVM workspaces (and vice versa).
29
+ > While this toggle changes the default workspace creation setting, users can
30
+ > still override this setting. For example, if you enable CVMS and set them as
31
+ > the default, a user can still create non-CVM workspaces (and vice versa).
32
32
33
33
## Caching
34
34
35
- > Cached CVMs are currently an ** alpha** feature.
36
-
37
35
To improve the startup time for CVM-based workspaces, you can enable caching.
38
36
39
37
Cached CVMs require the ` shiftfs ` kernel to be present on the node. Some
@@ -50,8 +48,6 @@ install `shiftfs` on your behalf.**
50
48
51
49
## Self-contained workspace builds
52
50
53
- > Self-contained workspace builds are currently an ** alpha** feature.
54
-
55
51
By default, Coder initializes workspaces by running commands inside the
56
52
container. Workspaces, however, control the initialization sequence instead when
57
53
you enable [ self-contained workspace builds] . This enables cluster operations
@@ -62,17 +58,13 @@ as the `kubectl exec` command.
62
58
63
59
## Workspace process logging
64
60
65
- > Workspace process logging is currently an ** alpha** feature.
66
-
67
61
[ Workspace process logging] enables auditing of commands executed inside the
68
62
workspace container.
69
63
70
64
[ workspace process logging ] : ../process-logging.md
71
65
72
66
## TUN device
73
67
74
- > TUN devices currently an ** alpha** feature.
75
-
76
68
Coder allows the creation of custom network interfaces using the Linux TUN
77
69
device. When using the ** Enable TUN device** setting, Coder workspaces will have
78
70
a ` /dev/net/tun ` device mounted into the workspace at build time. VPN usage
@@ -95,8 +87,6 @@ any data outside the home volume is cleared when the workspace is rebuilt.
95
87
96
88
## FUSE device
97
89
98
- > FUSE devices are currently an ** alpha** feature.
99
-
100
90
Coder allows the creation of custom filesystems using the Linux FUSE userspace
101
91
filesystem device. By enabling the ** Enable FUSE device** setting, Coder
102
92
workspaces will have a ` /dev/fuse ` device mounted into the workspace at build
0 commit comments