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

Feat(k8s) read logs from host (in ci) #1749

Merged
merged 11 commits into from
Mar 23, 2024
Merged

Feat(k8s) read logs from host (in ci) #1749

merged 11 commits into from
Mar 23, 2024

Conversation

pepoviola
Copy link
Collaborator

Fix #1565 / #1652

This pr add the ability to read the pod's logs from disk directly, since those can be rotated by the host (vm) and kubectl logs can return the truncated version of those creating false failures.

NOTE: This add pr also add the requirement of zcat be present in the image (true in our base image) but worth mention to other that are using different images.

cc: @bkchr @michalkucharczyk @skunert

@pepoviola pepoviola requested a review from l0r1s as a code owner March 23, 2024 08:14
@pepoviola pepoviola changed the title Feat logs ci from host Feat(k8s) read logs from host (in ci) Mar 23, 2024
@pepoviola pepoviola merged commit 3300e68 into main Mar 23, 2024
23 checks passed
@pepoviola pepoviola deleted the feat-logs-ci-from-host branch March 23, 2024 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

k8s logs dump/assertion
1 participant