diff --git a/ai-ml/anthropic-agent-sandbox/deploy/base/sandbox-template.yaml b/ai-ml/anthropic-agent-sandbox/deploy/base/sandbox-template.yaml index 83772b028a..c3e68b0700 100644 --- a/ai-ml/anthropic-agent-sandbox/deploy/base/sandbox-template.yaml +++ b/ai-ml/anthropic-agent-sandbox/deploy/base/sandbox-template.yaml @@ -32,6 +32,11 @@ spec: runtimeClassName: gvisor nodeSelector: sandbox.gke.io/runtime: gvisor + tolerations: + - key: sandbox.gke.io/runtime + operator: Equal + value: gvisor + effect: NoSchedule automountServiceAccountToken: false securityContext: runAsNonRoot: true