Thread

K
Karthikeya10:27 AMOpen in Slack
Hello @user@user
I’m trying to run Docker quickstart, but it fails with the error “Unable to create a Kind cluster.”
I’ve already enabled Kubernetes in Docker Desktop and restarted it.
The issue still persists even after multiple attempts since yesterday..

5 replies
VA
veer adyani10:45 AMOpen in Slack
Hi!! Did you enable kubernetes properly? Please check once because sometimes due to lack of enough cpu it fails. If yes then you can try re-enabling the cluster and then enable it again.
J(
joey (archestra team)11:00 AMOpen in Slack
hey there 👋
you don't need to enable Kubernetes in Docker Desktop — Archestra uses KinD which manages its own cluster. this error is usually caused by insufficient Docker memory/resources on Windows.
(and thanks for reporting this issue, I just opened a PR to improve the error-messaging/debug messaging around this)
K
Karthikeya11:12 AMOpen in Slack
ok i will try it .
K
Karthikeya4:55 AMOpen in Slack
@user It's not working ,even after the resource limits of it to 12 cpu cores and 8gb memory. I dont know how to figure it out ,trying from two days..
IK
Innokentii Konstantinov (archestra team)10:37 AMOpen in Slack
I can think only about running archestra without k8s:
    -e DATABASE_URL=postgres://... \                                                                                                                
    -v archestra-app-data:/app/data \
    archestra/platform```
Which should run archestra without k8s. The downside though that it won't be able to run mcp servers, but chat and agents should work.