Skip to content

Commit b2f0f22

Browse files
authored
docs(kubernetes): note that Sandbox volumeClaimTemplates is immutable (#1543)
1 parent c9056bb commit b2f0f22

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/reference/sandbox-compute-drivers.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,7 @@ For maintainer-level implementation details, refer to the [Kubernetes driver REA
125125
| `supervisor_sideload_method` | `supervisor.sideloadMethod` | How the supervisor binary is delivered into sandbox pods. Leave empty to auto-detect from cluster version. Set to `image-volume` to mount the supervisor OCI image directly as a volume (requires Kubernetes 1.33+ with the ImageVolume feature gate; GA in 1.36), or `init-container` to copy it through an init container on older clusters. |
126126

127127
The Kubernetes driver creates namespaced `agents.x-k8s.io/v1alpha1` `Sandbox` resources from the Kubernetes SIG Apps [agent-sandbox](https://github.com/kubernetes-sigs/agent-sandbox) project. The Agent Sandbox controller turns those resources into sandbox pods and related storage.
128+
129+
<Note>
130+
`Sandbox.spec.volumeClaimTemplates` is immutable after creation. To change storage configuration, delete the sandbox and create a new one with the updated spec.
131+
</Note>

0 commit comments

Comments
 (0)