Skip to content
Open
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
1 change: 1 addition & 0 deletions examples/openclaw-sandbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This example demonstrates how to run [OpenClaw (formerly Moltbot)](https://githu
## Prerequisites

- A Kubernetes cluster (e.g., Kind).
- Create nodes with gVisor or Kata Containers runtime class enabled in the cluster. This example is verified using gVisor, see the [gVisor documentation](https://gvisor.dev/docs/user_guide/quick_start/kubernetes/).
- `agent-sandbox` controller installed.

## Usage
Expand Down
2 changes: 2 additions & 0 deletions examples/openclaw-sandbox/openclaw-sandbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ spec:
labels:
sandbox: openclaw-sandbox
spec:
# This example is verified with gVisor; switch to a different runtime class here
runtimeClassName: gvisor
automountServiceAccountToken: false
securityContext:
runAsUser: 1000
Expand Down