Moving on with a fresh not-so-experimental install on a Ubuntu workstation (still using Minikube), we now face a new error on every crawl: Crawling seems to start but immediatly stops with “No WARC Files, assuming crawl failed. Quitting” (no other errors indicated in the UI logfile). The (simple, static) test site in question is reachable interactively and also when creating a browser profile and has been our successful first test crawl target many times.
Unfortunately, crawler pods like “crawl-manual-20260731152959-908b15e2-586-0” and redis pods like “redis-manual-20260731153103-908b15e2-586 " are created dynamically and disappear, before we can get any status information or logs. Also, a timestamp is part of there their names so whe can’t prepare a 'kubectl logs” cmd easily.
Is there any way to make these dynamic pods more persistent, so we are able to do some debugging? Or an environment variable to have them save their logs?
TIA
Heinz