Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lenglet-k opened this issue Jul 28, 2023 · 0 comments
Assignees
Labels
bug Something isn't working kubernetes Kubernetes integration ui Web UI

Comments

@lenglet-k
Copy link

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 lenglet-k added the bug Something isn't working label Jul 28, 2023
@fl0ppy-d1sk fl0ppy-d1sk added kubernetes Kubernetes integration ui Web UI labels Aug 1, 2023
@fl0ppy-d1sk fl0ppy-d1sk added this to 1.5.2 in 1.5.X Aug 1, 2023
@fl0ppy-d1sk fl0ppy-d1sk moved this from 1.5.2 to 1.5.3 in 1.5.X Sep 10, 2023
@fl0ppy-d1sk fl0ppy-d1sk removed this from 1.5.3 in 1.5.X Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working kubernetes Kubernetes integration ui Web UI
Projects
None yet
Development

No branches or pull requests

3 participants