Skip to content

Commit 9dd7e1a

Browse files
committed
docs(skills): note warm-pool extensions in helm-dev-environment skill
The local k3d bootstrap now also applies the agent-sandbox warm-pool extensions; reflect that in the helm-dev-environment skill description. Signed-off-by: Roshni Malani <rmalani@nvidia.com>
1 parent 23fba73 commit 9dd7e1a

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

  • .agents/skills/helm-dev-environment

.agents/skills/helm-dev-environment/SKILL.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ mise run helm:k3s:create
2626
```
2727

2828
Creates a k3d cluster and merges its kubeconfig into the worktree-local `kubeconfig` file.
29-
Also applies the upstream agent-sandbox CRDs/controller (pinned via `AGENT_SANDBOX_VERSION`
30-
in `tasks/scripts/helm-k3s-local.sh`, fetched from `github.com/kubernetes-sigs/agent-sandbox`
31-
releases) and preloads the default community sandbox image into k3d so the first sandbox
32-
create does not wait on a large registry pull. Traefik is disabled at cluster creation time.
29+
Also applies the upstream agent-sandbox CRDs/controller plus the warm-pool extensions
30+
(`SandboxTemplate` / `SandboxWarmPool` / `SandboxClaim`, from `extensions.yaml`) — both
31+
pinned via `AGENT_SANDBOX_VERSION` in `tasks/scripts/helm-k3s-local.sh`, fetched from
32+
`github.com/kubernetes-sigs/agent-sandbox` releases — and preloads the default community
33+
sandbox image into k3d so the first sandbox create does not wait on a large registry pull.
34+
Traefik is disabled at cluster creation time.
3335

3436
**Multi-worktree support:** the cluster name is derived from the last component of the
3537
current git branch (e.g. branch `kube-support/local-dev/tmutch` → cluster

0 commit comments

Comments
 (0)