Pre-requisities
Describe the bug
Running agentstack platform start --set phoenix.enabled=true on macOS fails. Phoenix PVC gets stuck in Pending state, deployment times out.
To Reproduce
- Fresh macOS install of agentstack
- Run agentstack platform start --set phoenix.enabled=true
- Helm deployment fails at Phoenix PVC binding
Expected behavior
Platform starts with Phoenix enabled.
Logs / Screenshots / Code snippets
Error: resource PersistentVolumeClaim/default/phoenix-data-pvc not ready. status: InProgress, message: PVC is not Bound. phase: Pending
resource Deployment/default/phoenix not ready. status: Failed, message: Progress deadline exceeded
context deadline exceeded
Exit code: 1
Set-up:
- macOS
- agentstack 0.7.1
- Plenty of disk space (~557GB free)
- Lima VM gets created successfully but Helm deploy fails
- Model provider: minimax from openrouter (but this shouldn't matter?)
Additional context
Running without --set phoenix.enabled=true works fine
agentstack platform delete + retry doesn't help, same error every time
Can't shell into Lima VM to debug further since platform never fully starts
Pre-requisities
agentstack versionshows that CLI and platform are the same version, and there is no newer version available)Describe the bug
Running
agentstack platform start --set phoenix.enabled=trueon macOS fails. Phoenix PVC gets stuck in Pending state, deployment times out.To Reproduce
Expected behavior
Platform starts with Phoenix enabled.
Logs / Screenshots / Code snippets
Set-up:
Additional context
Running without
--set phoenix.enabled=trueworks fineagentstack platform delete + retry doesn't help, same error every time
Can't shell into Lima VM to debug further since platform never fully starts