Sandbox Troubleshooting
Common Failure Classes
NetworkSetupFailed/CiliumNotReady—hardtier without Cilium. Usestandardor install Cilium (Cilium IPAM).SandboxNotReady— gateway not reconciled; checkimp-sandbox-systempods.TokenMissing— per-sandbox Secret absent; see Install — Per-Sandbox Token.
Quick Commands
bash
kubectl -n imp-sandbox-system get pods
kubectl describe impsandbox <name> -n <ns>
kubectl logs -n imp-sandbox-system deploy/imp-sandbox-controller -c manager --since=30m