Check the Setup Interface
The setup interface shows a progress tracker with five phases. When all phases show a green checkmark, installation is complete and the application is ready for deployment.Verify from Your Infrastructure
- Kubernetes
- AWS
Verify the Controller Pod
Running state with 1/1 containers ready.Check Controller Logs
Verify RBAC
Verify Secrets (If Configured)
Common Issues
| Symptom | Likely Cause | Fix |
|---|---|---|
Pod stuck in Pending | Insufficient cluster resources | Check node capacity: kubectl describe nodes |
Pod in CrashLoopBackOff | Configuration error | Check logs: kubectl logs -n <namespace> <pod> |
Pod in ImagePullBackOff | Registry access issue | Verify your cluster can pull images from the internet |
| Setup interface shows “Waiting for controller” | Controller hasn’t connected yet | Wait 2-5 minutes; check outbound network access |
Next Steps
- Monitoring and Health - Track ongoing status
- Permissions - Understand what the controller can access
- Updates and Upgrades - How we ship changes