Skip to content

Sandbox Troubleshooting

Common Failure Classes

  • NetworkSetupFailed / CiliumNotReady: hard tier without Cilium. Use standard or install Cilium. See 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