bunkerweb
bunkerweb copied to clipboard
[BUG] In kubernetes access to logs not work with pod with ID not found error
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"
}