bunkerweb icon indicating copy to clipboard operation
bunkerweb copied to clipboard

[BUG] In kubernetes access to logs not work with pod with ID not found error

Open lenglet-k opened this issue 1 year ago • 3 comments

Description On bunkerweb-ui when i try to see the logs i have this error:

{
  "message": "Pod with ID bunkerweb-wgcq6 not found!",
  "status": "ko"
}

The pod with bunkerweb-wgcq6 name exist

How to reproduce Start a kubernetes bunkerweb stack Show logs from the logs menu

Logs

HTTP CALL, 404 response:

GET https://my-fqdn.tld/logs/bunkerweb-wgcq6?from_date=1690495200000&to_date=1690495200000

and the response:

{
  "message": "Pod with ID bunkerweb-wgcq6 not found!",
  "status": "ko"
}

lenglet-k avatar Jul 28 '23 11:07 lenglet-k