-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[frontend] Pipeline logs persistence #6704
Comments
Possible related issue: #6428 One thing we can do is to capture the |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This should probably be closed in favor of #6428 |
@AndersBennedsgaard I don't think #6428 is related to this issue. The issue raised here was that in KFP v1, the "logs" tab did not fall back to the However, the same issue is present in the KFP v2 UI (and it's actually worse), because we dont even capture the /close |
@thesuperzapper: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
I'm trying to persist the pipeline pod logs so that if pod gets deleted then logs should be available for the pipeline runs.
I added
archiveLogs: true
to the argo/base config-map and restarted pipelines deployment but still after deleting the pod, im not seeing logs.Is there any other step which needs to be done ?
kubeflow version - 1.0.2 and argo version - 2.3.0
The text was updated successfully, but these errors were encountered: