Skip to content

add: selinux note for CVMs #1033

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 3 commits into from
Jun 28, 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
2 changes: 1 addition & 1 deletion admin/workspace-management/cvms/cluster-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ and updating your `eksctl` config spec.

nodeGroups:
- name: coder-node-group
amiFamily: Ubuntu2004
amiFamily: Ubuntu2004 # AmazonLinux2 is also a supported option
ami: <your Ubuntu 20.04 AMI ID>
```

Expand Down
2 changes: 2 additions & 0 deletions admin/workspace-management/cvms/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ isolation between the user's workspace container and its outer, supervising
container is what provides
[strong isolation](https://github.com/nestybox/sysbox/blob/master/docs/user-guide/security.md).

> Sysbox is not yet supported on systems with SELinux enabled.

## Known issues

- NVIDIA GPUs can be added to CVMs on bare metal clusters only. This feature is
Expand Down
2 changes: 1 addition & 1 deletion setup/kubernetes/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ as a workspace deployment option, you'll need to

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