forked from kubernetes-sigs/agent-sandbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsandboxclaim.yaml
More file actions
19 lines (19 loc) · 869 Bytes
/
Copy pathsandboxclaim.yaml
File metadata and controls
19 lines (19 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
apiVersion: extensions.agents.x-k8s.io/v1alpha1
kind: SandboxClaim
metadata:
# This will be the name of your sandbox pod and its associated resources.
name: my-secure-sandbox
# This MUST be in the same namespace as the SandboxTemplate.
namespace: default
spec:
#shutdownTime: "2025-10-28T02:50:00Z"
# It points to the template.
sandboxTemplateRef:
# This name must exactly match the 'metadata.name' of your SandboxTemplate.
name: secure-datascience-template
# warmPool specifies the warm pool policy for sandbox adoption.
# - "none": Do not use any warm pool, always create fresh sandboxes
# - "default": Use default behavior, select from all matching warm pools (default)
# - A warm pool name: Select only from the specified warm pool (e.g., "fast-pool", "secure-pool")
# If not specified, defaults to "default"
# warmpool: "default"