-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
api error: failed to parse query parameter 'since' #11131
Comments
@jwhonce PTAL |
I most recently modified the since/until code @mheon let me see if I broke something... |
This isn't explicitly a log issue but a |
If it works with Docker - and from the fact that K3D is passing it, I imagine it does - it should work with Podman. |
@mheon any idea what time format that is? I can just add that string as an example but for the test I would like to try a genuine time. |
@cdoern I believe it's unix timestamp with fractional part |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Podman api returns an error when k3d try to get the logs
Steps to reproduce the issue:
Describe the results you received:
k3d output:
podman logs:
Describe the results you expected:
Create a k3s cluster without errors
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
Same version of k3d aganist docker works as expected.
The text was updated successfully, but these errors were encountered: