This page documents a version of Oakestra which is not the latest stable. Please refer to the latest docs for a current version.

Troubleshooting Guide

In this page you will find a set of steps to troubleshoot and hopefully fix your Oakestra setup.

Where to start:

On each machine where you installed oakestra you can run:

oak doctor <component>

where can be either: root for Root Orchestrator, cluster for Cluster Orchestrator, workerfor the Worker Node or all if all the components are installed in the current machine.

E.g.: oak doctor root

With such command, you can either check the status of the root, cluster or worker node components.

What to do next?

Still stuck?

Open an issue or ask in our discord channel and include:

  • Output of docker ps -a
  • Logs of the failing container (docker logs <name> 2>&1)
  • Your deployment type (1-DOC / multi-machine)
  • OS, Docker version (docker --version, docker compose version)
  • What you expected vs. what happened