From 71d7a11f2305374aa42d6d2adb7d88e6608e4615 Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Tue, 28 Jun 2022 09:30:43 -0500 Subject: [PATCH 1/3] add: selinux note for CVMs --- admin/workspace-management/cvms/cluster-setup.md | 2 +- admin/workspace-management/cvms/index.md | 2 ++ setup/kubernetes/aws.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/admin/workspace-management/cvms/cluster-setup.md b/admin/workspace-management/cvms/cluster-setup.md index 07ea16da3..c44fd51d8 100644 --- a/admin/workspace-management/cvms/cluster-setup.md +++ b/admin/workspace-management/cvms/cluster-setup.md @@ -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: ``` diff --git a/admin/workspace-management/cvms/index.md b/admin/workspace-management/cvms/index.md index 4e83ea5b8..478587934 100644 --- a/admin/workspace-management/cvms/index.md +++ b/admin/workspace-management/cvms/index.md @@ -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 does not yet support running on systems with SELinux enabled. + ## Known issues - NVIDIA GPUs can be added to CVMs on bare metal clusters only. This feature is diff --git a/setup/kubernetes/aws.md b/setup/kubernetes/aws.md index 535c7d3e9..ad9a91ac0 100644 --- a/setup/kubernetes/aws.md +++ b/setup/kubernetes/aws.md @@ -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: instanceType: From a7c5d61fa3d62da5ffb4d8f3c1d354d688d43b21 Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Tue, 28 Jun 2022 09:37:00 -0500 Subject: [PATCH 2/3] Update admin/workspace-management/cvms/index.md Co-authored-by: Katie Horne --- admin/workspace-management/cvms/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/workspace-management/cvms/index.md b/admin/workspace-management/cvms/index.md index 478587934..a2795d934 100644 --- a/admin/workspace-management/cvms/index.md +++ b/admin/workspace-management/cvms/index.md @@ -69,7 +69,7 @@ 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 does not yet support running on systems with SELinux enabled. +> Sysbox is not yet support on systems with SELinux enabled. ## Known issues From 61a9e6e5894eefdaaed6d0c6ce720307a46eac64 Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Tue, 28 Jun 2022 09:38:00 -0500 Subject: [PATCH 3/3] fix: typo --- admin/workspace-management/cvms/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/workspace-management/cvms/index.md b/admin/workspace-management/cvms/index.md index a2795d934..9a449c671 100644 --- a/admin/workspace-management/cvms/index.md +++ b/admin/workspace-management/cvms/index.md @@ -69,7 +69,7 @@ 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 support on systems with SELinux enabled. +> Sysbox is not yet supported on systems with SELinux enabled. ## Known issues