You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/sandbox-compute-drivers.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -436,7 +436,9 @@ The Kubernetes driver creates namespaced `agents.x-k8s.io` `Sandbox` resources f
436
436
Stop patches the existing resource rather than deleting it. For `v1beta1`,
437
437
the driver sets `spec.operatingMode` to `Suspended` or `Running`. For
438
438
`v1alpha1`, it sets `spec.replicas` to `0` or `1`. The Sandbox resource and its
439
-
workspace PVC keep their identity across both operations.
439
+
workspace PVC keep their identity across both operations. Stop returns only
440
+
after the controller reports suspension and deletes the old pod, so an
441
+
immediate start cannot race the prior pod's termination.
440
442
441
443
If Agent Sandbox is upgraded in place, restart the OpenShell gateway after the controller and CRD rollout completes so the gateway can detect the served API versions again.
0 commit comments