Skip to content

Commit 13b84e6

Browse files
ericpaulsenKatie Horne
and
Katie Horne
authored
add: selinux note for CVMs (coder#1033)
* add: selinux note for CVMs * Update admin/workspace-management/cvms/index.md Co-authored-by: Katie Horne <katie@coder.com> * fix: typo Co-authored-by: Katie Horne <katie@coder.com>
1 parent ae5abba commit 13b84e6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

admin/workspace-management/cvms/cluster-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ and updating your `eksctl` config spec.
5353

5454
nodeGroups:
5555
- name: coder-node-group
56-
amiFamily: Ubuntu2004
56+
amiFamily: Ubuntu2004 # AmazonLinux2 is also a supported option
5757
ami: <your Ubuntu 20.04 AMI ID>
5858
```
5959

admin/workspace-management/cvms/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ isolation between the user's workspace container and its outer, supervising
6969
container is what provides
7070
[strong isolation](https://github.com/nestybox/sysbox/blob/master/docs/user-guide/security.md).
7171

72+
> Sysbox is not yet supported on systems with SELinux enabled.
73+
7274
## Known issues
7375

7476
- NVIDIA GPUs can be added to CVMs on bare metal clusters only. This feature is

setup/kubernetes/aws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ as a workspace deployment option, you'll need to
179179

180180
managedNodeGroups:
181181
- name: coder-node-group
182-
amiFamily: Ubuntu2004 # AmazonLinux2 is also an option
182+
amiFamily: Ubuntu2004 # AmazonLinux2 is also a supported option
183183
# Custom EKS-compatible AMIs can be used instead of amiFamily
184184
# ami: <your Ubuntu 20.04 AMI ID>
185185
instanceType: <instance-type>

0 commit comments

Comments
 (0)