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

Fix pod logs #832

Merged
merged 1 commit into from
Oct 13, 2023
Merged

Fix pod logs #832

merged 1 commit into from
Oct 13, 2023

Conversation

jacobtomlinson
Copy link
Member

@jacobtomlinson jacobtomlinson commented Oct 12, 2023

In kr8s 0.9.0 (kr8s-org/kr8s#182) the kr8s.asyncio.objects.Pod.logs() method changed from returning a string of all the logs to being a generator of each log line.

This PR tweaks our usage to work with that.

@jacobtomlinson jacobtomlinson merged commit cb209c9 into dask:main Oct 13, 2023
18 checks passed
@jacobtomlinson jacobtomlinson deleted the pod-logs branch October 13, 2023 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant