This page is a collection of troubleshooting tips. For high-level questions about Backyards, see the generic FAQ.

Why am I getting timed out waiting for the condition error to backyards install command? 🔗︎

If any of the backyards commands exits with an error stating timed out waiting for the condition, it is very likely that the cluster has insufficient resources for the components. You can check this by running kubectl get pod --all-namespaces and checking if there are any pods in Pending state. Use kubectl describe pod -n $namespace $pod to check the exact reason.

Add nodes or extra resources (wait for them to become ready in kubectl get nodes), and re-run the command that failed. It should succeed now.