Skip to content

Sandbox Troubleshooting

Common Failure Classes

  • NetworkSetupFailed / CiliumNotReadyhard tier without Cilium. Use standard or install Cilium (Cilium IPAM).
  • SandboxNotReady — gateway not reconciled; check imp-sandbox-system pods.
  • 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