Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.
Merged
Changes from 1 commit
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
14 changes: 14 additions & 0 deletions admin/workspace-management/cvms/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,20 @@ deployment option.
> [Google](../../../setup/kubernetes/google.md). Azure-hosted clusters will meet
> these requirements as long as you use Kubernetes version 1.18+.

### HostPath mounts

The host paths required for CVM functionality depend on whether **Caching** is
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it worth mentioning that Sysbox requires kernel source headers in order to run Kubernetes (e.g. kind) inside the sysbox container?

Also, here's docs for the sysbox mounts: https://github.com/nestybox/sysbox/blob/master/docs/user-guide/design.md#mounts

Not sure how much detail we want, I think the existing description is fine too

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's just link to the design document for folks who are curious and who want to dig deeper.

enabled and on whether **Auto loading of the `shiftfs` kernel module`** is
enabled. These settings can be found under **Manage > Admin > Infrastructure**.

The below table documents the host paths that are mounted:

| Caching | Off | On | On | | Auto load `shiftfs` | N/A | Off | On |
|--------------------:|-----------|------------|------------| | `/usr/src` |
Read-only | Read-only | Read-write | | `/lib/modules` | Read-only | Read-only |
Read-write | | `/var/run` | N/A | Read-only | Read-only | | `/var/lib` | N/A |
Read-write | Read-write |

## Security

The container-based virtual machine deployment option leverages the Sysbox
Expand Down