Agent fleet: enable tailnet-attached pods on the Mac VM and WSL tower nodes #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally filed by @coilysiren on 2026-05-22T20:33:28Z - https://github.com/coilysiren/infrastructure/issues/285
Context
The agent pod fleet (#283) runs Kai's Claude / Codex / OpenAI agents as DaemonSets gated on the node label
agent-host=true. At rollout onlykai-servercarries that label.A tailnet-attached pod needs kernel-mode tailscale, which needs
/dev/net/tun. The two WSL2-backed nodes -kai-macbook-pro-vmandkai-desktop-tower-wsl- don't expose that device to containerd, so they can't host an SSH-able agent pod today.deploy/repo-recall.ymlpins tokai-serverfor the same reason.Two parts
kai-servermay be the right permanent answer./dev/net/tunto containerd on the WSL2 kernel, confirm kernel-mode tailscale comes up, label the nodeagent-host=true, verify a pod runs healthy and is SSH-able.Done when
sshinto.