From 5b70f2bf710115f4102006ae98fbadd3f49f8597 Mon Sep 17 00:00:00 2001 From: mesutoezdil Date: Sat, 23 May 2026 17:34:18 +0300 Subject: [PATCH] docs(kubernetes): note that Sandbox volumeClaimTemplates is immutable --- docs/reference/sandbox-compute-drivers.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/reference/sandbox-compute-drivers.mdx b/docs/reference/sandbox-compute-drivers.mdx index 1ab5c9b2f..a93fbf8bb 100644 --- a/docs/reference/sandbox-compute-drivers.mdx +++ b/docs/reference/sandbox-compute-drivers.mdx @@ -125,3 +125,7 @@ For maintainer-level implementation details, refer to the [Kubernetes driver REA | `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. | 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. + + +`Sandbox.spec.volumeClaimTemplates` is immutable after creation. To change storage configuration, delete the sandbox and create a new one with the updated spec. +